skrueger.swing
Class DialogManager.FactoryInterface

java.lang.Object
  extended by skrueger.swing.DialogManager.FactoryInterface
Enclosing class:
DialogManager<KEY,DIALOG extends AtlasDialog>

public abstract class DialogManager.FactoryInterface
extends Object


Constructor Summary
DialogManager.FactoryInterface()
           
 
Method Summary
 void afterCreation(DIALOG newInstance)
          May be overridden to add Listeners
 void beforeDispose(DIALOG newInstance)
          May be overridden to remove Listeners added earlier
abstract  DIALOG create()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DialogManager.FactoryInterface

public DialogManager.FactoryInterface()
Method Detail

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