com.sas.visuals
Interface MessageBoxListener

All Superinterfaces:
java.util.EventListener

public interface MessageBoxListener
extends java.util.EventListener

An interface for objects which listen for MessageBoxEvent events from a MessageBox.


Method Summary
 void messageBoxButtonSelected(MessageBoxEvent event)
          Handle a MessageBoxEvent from a MessageBox.
 

Method Detail

messageBoxButtonSelected

void messageBoxButtonSelected(MessageBoxEvent event)
Handle a MessageBoxEvent from a MessageBox.

Parameters:
event - the event, which indicates what button on the MessageBox was pressed.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.