Classes | |
class | ActionBroadcaster |
Manages a list of ActionListeners, and can send them messages. More... | |
class | ActionListener |
Interface class for delivery of events that are sent by an ActionBroadcaster. More... | |
class | AsyncUpdater |
Has a callback method that is triggered asynchronously. More... | |
class | ChangeBroadcaster |
Holds a list of ChangeListeners, and sends messages to them when instructed. More... | |
class | ChangeListener |
Receives change event callbacks that are sent out by a ChangeBroadcaster. More... | |
class | LockingAsyncUpdater |
A bit like an AsyncUpdater, but guarantees that after cancelPendingUpdate() returns, the async function will never be called until triggerAsyncUpdate() is called again. More... | |