|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.visuals.ForwardedActionListenerList
public final class ForwardedActionListenerList
Manage a list of listeners for the com.sas.visuals.ForwardedActionEvent event.
ForwardedActionEvent,
ForwardedActionListener,
Serialized Form| Constructor Summary | |
|---|---|
ForwardedActionListenerList()
|
|
ForwardedActionListenerList(int initialIncrement)
|
|
| Method Summary | |
|---|---|
void |
add(ForwardedActionListener listener)
Add a listener to the list of listeners. |
int |
count()
|
ForwardedActionListener[] |
getListeners()
Return a safe copy of the list of listeners for this event. |
void |
remove(ForwardedActionListener listener)
Remove a listener from the list of listeners. |
| Constructor Detail |
|---|
public ForwardedActionListenerList()
public ForwardedActionListenerList(int initialIncrement)
| Method Detail |
|---|
public int count()
public void add(ForwardedActionListener listener)
listener - a new listener for the ForwardedActionEvent eventpublic ForwardedActionListener[] getListeners()
public void remove(ForwardedActionListener 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 | |||||||||||||