|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectutil.SimEvent
public class SimEvent
This class defines the basic SimEvent methods for passing event information to the various classes that pass and receive the event objects.
| Constructor Summary | |
|---|---|
SimEvent(java.lang.String type)
Generates a SimEvent object of a given type. |
|
| Method Summary | |
|---|---|
int |
get_event_id()
Get the id of the event. |
java.lang.String |
get_type()
Get the type for the event. |
void |
Print()
Output a representative string for this SimEvent object. |
java.lang.String |
toString()
Create a representative string for this SimEvent object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SimEvent(java.lang.String type)
type - the event type.| Method Detail |
|---|
public int get_event_id()
public java.lang.String get_type()
public java.lang.String toString()
toString in class java.lang.Objectpublic void Print()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||