|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.distributed.api.Event
Class to hold an event
| Field Summary | |
static int |
INTERNAL_EVENT
Constant to indicate Internal Event |
static int |
RECV_EVENT
Constant to indicate Receive Event |
static int |
SEND_EVENT
Constant to indicate Send Event |
int |
type
Variable to hold event type |
| Constructor Summary | |
Event(int tp)
Default constructor |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int INTERNAL_EVENT
public static final int RECV_EVENT
public static final int SEND_EVENT
public int type
| Constructor Detail |
public Event(int tp)
tp - Event Type
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||