|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjsim.event.Event
public abstract class Event
This class provides facilities for producing simulation events.
| Field Summary | |
|---|---|
protected Entity |
entity
Entity involved. |
| Constructor Summary | |
|---|---|
Event(Entity ent)
Constructs a simulation event. |
|
| Method Summary | |
|---|---|
abstract void |
occur()
Executes the event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Entity entity
| Constructor Detail |
|---|
public Event(Entity ent)
ent - entity involved in event| Method Detail |
|---|
public abstract void occur()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||