|
JIVE Platform Release 0.3.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Event
Superinterface of all jivelog events.
All events have an event number and a thread on which they occurred.
| Nested Class Summary | |
|---|---|
static interface |
Event.Exporter
Superinterface for event-specific exporter interfaces. |
static interface |
Event.Importer
Superinterface of event-specific importer interfaces. |
static interface |
Event.Visitor
Visitor class for event types. |
| Method Summary | |
|---|---|
Object |
accept(Event.Visitor visitor,
Object arg)
Accept a visitor |
long |
number()
Get the sequence number of this event. |
ThreadID |
thread()
Get the thread on which this event took place. |
| Method Detail |
|---|
long number()
ThreadID thread()
Object accept(Event.Visitor visitor,
Object arg)
visitor - arg -
|
JIVE Platform Release 0.3.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||