LibMuse 6.0.3
com.choosemuse.libmuse.EventLoop Class Referenceabstract
Inheritance diagram for com.choosemuse.libmuse.EventLoop:
com.choosemuse.libmuse.HandlerEventLoop

Public Member Functions

abstract void post (Action action)
 
abstract void postDelayed (Action action, long delayMilliseconds)
 

Detailed Description

Wrapper around a platform-specific event loop.

Member Function Documentation

§ post()

abstract void com.choosemuse.libmuse.EventLoop.post ( Action  action)
abstract

Posts an action to the event loop for processing on the next pass.

Parameters
actionThe action to perform.

§ postDelayed()

abstract void com.choosemuse.libmuse.EventLoop.postDelayed ( Action  action,
long  delayMilliseconds 
)
abstract

Posts an action to the event loop for processing after the specified delay in milliseconds has passed.

Parameters
actionThe action to perform.
delayMillisecondsThe time to wait before posting the action to the event loop for processing.

The documentation for this class was generated from the following file: