|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TimingEventListener
This interface is implemented by any object wishing to receive events from a
TimingSource
object. The TimingEventListener would be added as a
listener to the TimingSource object via the TimingSource.addEventListener(TimingEventListener)
method.
This functionality is handled automatically inside of Animator
. To
use a non-default TimingSource object for Animator, simply call
Animator.setTimer(TimingSource)
and the appropriate listeners
will be set up internally.
Method Summary | |
---|---|
void |
timingSourceEvent(TimingSource timingSource)
This method is called by the TimingSource object while the
timer is running. |
Method Detail |
---|
void timingSourceEvent(TimingSource timingSource)
TimingSource
object while the
timer is running.
timingSource
- the object that generates the timing events.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |