Package | Description |
---|---|
edu.usc.ict.iago.utils |
Modifier and Type | Method and Description |
---|---|
Event.SubClass |
Event.getSubClass()
Provides the type of the event that calls the method.
|
static Event.SubClass |
Event.SubClass.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Event.SubClass[] |
Event.SubClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Event(int owner,
Event.EventClass eventClass,
Event.SubClass sc,
int value,
java.lang.String message,
int delay)
Constructor used to create a SEND_MESSAGE event with an integer value (for BATNA etc.)
|
Event(int owner,
Event.EventClass eventClass,
Event.SubClass sc,
java.lang.String message,
int delay)
Constructor used to create a SEND_MESSAGE event
|