: Interface TicklishController
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: INNER | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
quicktime.app.spaces
Interface TicklishController
All Superinterfaces: Controller, Ticklish
All Known Implementing Classes: TickleList
public interface TicklishControllerextends Ticklish, Controller
A TicklishController is a controller that requires tickling by the
Space's Timer whenever the Space itself is tickled.
A TicklishController when added to a Space will be added to its
tickleList.
A TicklishController has no independence of time from its Space.
Whenever a Space is tickled the TicklishController is also tickled.
A TimeableController on the other hand can have it own independent sense
of time and provide its own timing information for the objects it controls.
See Also: TimeableController
Fields inherited from interface quicktime.app.time.Ticklish
kScale
Methods inherited from interface quicktime.app.time.Ticklish
tickle, timeChanged
Methods inherited from interface quicktime.app.spaces.Controller
addedToSpace, removedFromSpace
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: INNER | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD