Package de.sciss.app
Interface LaterInvocationManager.Listener
-
- All Known Implementing Classes:
BasicPathField,BooleanPrefsMenuAction,DynamicPrefChangeManager,IntPrefsMenuAction,KeyStrokeTextField,PrefCheckBox,PrefComboBox,PrefMenuAction,PrefNumberField,PrefParamField,PrefPathField,PrefRecentItemsCombo,PrefTextField
- Enclosing class:
- LaterInvocationManager
public static interface LaterInvocationManager.ListenerA simple interface describing the method that gets called from the event dispatching thread when new objects have been queued.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlaterInvocation(java.lang.Object o)Called later in the event thread, this passes the object given to the queue method
-