|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.visuals.MessageBoxListenerList
public final class MessageBoxListenerList
Manage a list of listeners for the com.sas.visuals.MessageBoxEvent event.
MessageBoxEvent
,
MessageBoxListener
Constructor Summary | |
---|---|
MessageBoxListenerList()
|
|
MessageBoxListenerList(int initialIncrement)
|
Method Summary | |
---|---|
void |
add(MessageBoxListener listener)
Add a listener to the list of listeners. |
MessageBoxListener[] |
getListeners()
Return a safe copy of the list of listeners for this event. |
void |
remove(MessageBoxListener listener)
Remove a listener from the list of listeners. |
Constructor Detail |
---|
public MessageBoxListenerList()
public MessageBoxListenerList(int initialIncrement)
Method Detail |
---|
public void add(MessageBoxListener listener)
listener
- a new listener for the MessageBoxEvent eventpublic MessageBoxListener[] getListeners()
public void remove(MessageBoxListener listener)
listener
- the listener to remove from the list
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |