|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jasi.sim.basic.value.AbstractSimValueType jasi.sim.basic.value.AbstractComparableObject<Event> jasi.sim.basic.event.AbstractEventBean jasi.sim.user.model.activity.ActivityEvent
public class ActivityEvent
Field Summary |
---|
Fields inherited from interface jasi.sim.basic.event.Event |
---|
COMPARATOR, DEFAULT_PRIORITY |
Constructor Summary | |
---|---|
ActivityEvent(Time time)
Constructor for Events. |
|
ActivityEvent(Time time,
int priority)
Constructor for Events. |
Method Summary |
---|
Methods inherited from class jasi.sim.basic.event.AbstractEventBean |
---|
addEventListener, calendar, compareTo, equals, getEventListeners, getId, getPriority, getTime, hashCode, imported, inform, isInitialized, isPopped, isPushed, popped, pushed, removeEventListener, setId, setPriority, setTime, toString |
Methods inherited from class jasi.sim.basic.value.AbstractComparableObject |
---|
isEQ, isGE, isGT, isLE, isLT, isNE |
Methods inherited from class jasi.sim.basic.value.AbstractSimValueType |
---|
getContent |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface jasi.sim.basic.value.ExtendedComparable |
---|
isEQ, isGE, isGT, isLE, isLT, isNE |
Constructor Detail |
---|
public ActivityEvent(Time time, int priority)
time
- The event's time.priority
- The event's priority.public ActivityEvent(Time time)
time
- The event's time.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |