See: Description
Class | Description |
---|---|
AsyncCallListenerHelper<T> |
This class changes the behavior of how listeners are called from the parent class
ListenerHelper . |
AsyncCallRunnableListenerHelper |
This class changes the behavior of how listeners are called from the parent class
RunnableListenerHelper . |
DefaultExecutorListenerHelper<T> |
This class ensures that listener execution will never happen on the thread that invokes
ListenerHelper.call() . |
DefaultExecutorRunnableListenerHelper |
This class ensures that listener execution will never happen on the thread that invokes
RunnableListenerHelper.callListeners() . |
InvocationTee |
Simple utility for multiplying invocations across multiple instances of a given interface.
|
ListenerHelper<T> |
Class which assist with holding and calling to listeners of any interface.
|
RunnableListenerHelper |
Class which assist with holding and calling to Runnable listeners.
|