|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.cult3d.world.CultEvent
This class provides a way to trigger events for Cult3D objects.
Constructor Summary | |
CultEvent(java.lang.String name)
Constructs a reference to a Cult3D event. |
Method Summary | |
void |
activate()
Activate the event. |
void |
deactivate()
Deactivate the event. |
void |
trigger()
Trigger the event. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public CultEvent(java.lang.String name)
name
- the name of the event.Method Detail |
public void trigger()
public void activate()
public void deactivate()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |