skrueger.swing
Class DialogManager.FactoryInterface
java.lang.Object
skrueger.swing.DialogManager.FactoryInterface
- Enclosing class:
- DialogManager<KEY,DIALOG extends AtlasDialog>
public abstract class DialogManager.FactoryInterface
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DialogManager.FactoryInterface
public DialogManager.FactoryInterface()
create
public abstract DIALOG create()
afterCreation
public void afterCreation(DIALOG newInstance)
- May be overridden to add Listeners
beforeDispose
public void beforeDispose(DIALOG newInstance)
- May be overridden to remove Listeners added earlier