com.japisoft.framework.dialog.actions
Interface DialogVisibilityObserver

All Known Implementing Classes:
StoringLocationAction

public interface DialogVisibilityObserver

An interface for each action that must known when a dialog is visible or not

Version:
1.0
Author:
(c) 2004 JAPISoft / http://www.japisoft.com

Method Summary
 void dialogHidden(DialogComponent dialog, DialogFooter footer)
          Called once after the dialog visibility
 void dialogShown(DialogComponent dialog, DialogFooter footer)
          Called once before the dialog visibility
 

Method Detail

dialogShown

public void dialogShown(DialogComponent dialog,
                        DialogFooter footer)
Called once before the dialog visibility


dialogHidden

public void dialogHidden(DialogComponent dialog,
                         DialogFooter footer)
Called once after the dialog visibility