Uses of Interface
com.sas.visuals.MessageBoxListener

Packages that use MessageBoxListener
com.sas.visuals Additional user interface components not provided in AWT. 
 

Uses of MessageBoxListener in com.sas.visuals
 

Methods in com.sas.visuals that return MessageBoxListener
 MessageBoxListener[] MessageBoxListenerList.getListeners()
          Return a safe copy of the list of listeners for this event.
 

Methods in com.sas.visuals with parameters of type MessageBoxListener
 void MessageBoxListenerList.add(MessageBoxListener listener)
          Add a listener to the list of listeners.
 void MessageBoxSource.addMessageBoxListener(MessageBoxListener listener)
          Add a listener for the com.sas.visuals.MessageBoxEvent event.
 void MessageBox.addMessageBoxListener(MessageBoxListener listener)
          This is part of the MessageBoxSource interface implementation.
 void FontDialog.addMessageBoxListener(MessageBoxListener listener)
          This is part of the MessageBoxSource interface implementation.
 void ColorDialog.addMessageBoxListener(MessageBoxListener listener)
          This is part of the MessageBoxSource interface implementation.
 void MessageBoxListenerList.remove(MessageBoxListener listener)
          Remove a listener from the list of listeners.
 void MessageBoxSource.removeMessageBoxListener(MessageBoxListener listener)
          Remove a listener for the com.sas.visuals.MessageBoxEvent event.
 void MessageBox.removeMessageBoxListener(MessageBoxListener listener)
          This is part of the MessageBoxSource interface implementation.
 void FontDialog.removeMessageBoxListener(MessageBoxListener listener)
          This is part of the MessageBox interface implementation.
 void ColorDialog.removeMessageBoxListener(MessageBoxListener listener)
          This is part of the MessageBox interface implementation.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.