|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.jinx.action.ActorEvent net.jinx.action.ClockEvent
public class ClockEvent
ActorEvent subclass that delivers a change in time value. This event is
sent out by Clock objects.
API Stability: Stable.
Constructor Summary | |
---|---|
ClockEvent(float deltaTime)
Constructs a ClockEvent. |
Method Summary | |
---|---|
float |
getDeltaTime()
Provides the change in time value. |
Methods inherited from class net.jinx.action.ActorEvent |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClockEvent(float deltaTime)
deltaTime
- the change in time value.Method Detail |
---|
public float getDeltaTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |