|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jactr.core.event.AbstractACTREvent<S,L>
public abstract class AbstractACTREvent<S,L>
| Field Summary | |
|---|---|
static org.apache.commons.logging.Log |
LOGGER
logger definition |
| Method Summary | |
|---|---|
abstract void |
fire(L listener)
dispatch this event to a listener on the provided executor |
double |
getSimulationTime()
the time this event occured based on the simulation clock |
S |
getSource()
The source of the event |
long |
getSystemTime()
the time this event occured based on the system clock |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final org.apache.commons.logging.Log LOGGER
| Method Detail |
|---|
public double getSimulationTime()
IACTREvent
getSimulationTime in interface IACTREvent<S,L>public S getSource()
IACTREvent
getSource in interface IACTREvent<S,L>public long getSystemTime()
IACTREvent
getSystemTime in interface IACTREvent<S,L>public abstract void fire(L listener)
IACTREvent
fire in interface IACTREvent<S,L>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||