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