org.xnap.gui.event
Class DialogSupport

java.lang.Object
  extended by org.xnap.gui.event.DialogSupport

public class DialogSupport
extends java.lang.Object

This is a utility class that can be used by dialogs to notify DialogEvent listeners.


Constructor Summary
DialogSupport()
          Constructs a DialogSupport object.
 
Method Summary
 void addDialogListener(DialogListener listener)
           
 void fireDialogWillBecomeInvisible(java.awt.Dialog dialog)
           
 void fireDialogWillBecomeVisible(java.awt.Dialog dialog)
           
 void removeDialogListener(DialogListener listener)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DialogSupport

public DialogSupport()
Constructs a DialogSupport object.

Method Detail

addDialogListener

public void addDialogListener(DialogListener listener)

removeDialogListener

public void removeDialogListener(DialogListener listener)

size

public int size()

fireDialogWillBecomeVisible

public void fireDialogWillBecomeVisible(java.awt.Dialog dialog)

fireDialogWillBecomeInvisible

public void fireDialogWillBecomeInvisible(java.awt.Dialog dialog)


Copyright © 2001-2005 XNap Team. All Rights Reserved.