ITimedAction

Kind of class: public interface
Package:
Inherits from:
Implemented by:
Classpath: org.asaplibrary.util.actionqueue.ITimedAction
File last modified: Wednesday, 11 May 2011, 18:55:29
Abstract type for timed Actions.

Summary

Instance methods
  • stop () : void
  • reset () : void
  • pause (inContinueWhereLeftOff:Boolean = true) : void
  • resume () : void

Instance methods

pause

function pause(inContinueWhereLeftOff:Boolean = true) : void

reset

function reset() : void

resume

function resume() : void

stop

function stop() : void