|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectesmska.data.event.ActionEventSupport
public class ActionEventSupport
Support for firing ActionEvents in classes.
| Field Summary | |
|---|---|
static int |
ACTION_NEED_RESIZE
A container wants to be resized, possibly by frame.pack() |
| Constructor Summary | |
|---|---|
ActionEventSupport(java.lang.Object source)
Creates a new instance of ActionEventSupport |
|
| Method Summary | |
|---|---|
void |
addActionListener(java.awt.event.ActionListener actionListener)
Add new ActionListener |
void |
fireActionPerformed(int id,
java.lang.String command)
Fire new ActionEvent |
void |
removeActionListener(java.awt.event.ActionListener actionListener)
Remove existing ActionListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int ACTION_NEED_RESIZE
| Constructor Detail |
|---|
public ActionEventSupport(java.lang.Object source)
source - Source object, for which the ActionEventSupport should work. May not be null.| Method Detail |
|---|
public void addActionListener(java.awt.event.ActionListener actionListener)
public void removeActionListener(java.awt.event.ActionListener actionListener)
public void fireActionPerformed(int id,
java.lang.String command)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||