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.Listener

A simple interface describing the method that gets called from the event dispatching thread when new objects have been queued.


Method Summary
 void laterInvocation(java.lang.Object o)
          Called later in the event thread, this passes the object given to the queue method
 

Method Detail

laterInvocation

void laterInvocation(java.lang.Object o)
Called later in the event thread, this passes the object given to the queue method

Parameters:
o - object as passed to queue