|
|||||||||
| Home >> All >> dexter >> [ events overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
dexter.events
Class Action

java.lang.Objectdexter.events.Action
- public class Action
- extends java.lang.Object
| Field Summary | |
protected java.util.Vector |
listeners
|
protected java.lang.String |
name
|
| Constructor Summary | |
Action()
Creates a new instance of Action |
|
Action(java.lang.String name)
|
|
Action(java.lang.String name,
ActionListener actionListener)
|
|
| Method Summary | |
void |
addActionListener(ActionListener listener)
|
void |
fire(Event event)
|
java.lang.String |
getName()
Getter for property name. |
boolean |
removeActionListener(ActionListener listener)
|
void |
setName(java.lang.String name)
Setter for property name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
listeners
protected java.util.Vector listeners
name
protected java.lang.String name
| Constructor Detail |
Action
public Action()
- Creates a new instance of Action
Action
public Action(java.lang.String name)
Action
public Action(java.lang.String name, ActionListener actionListener)
| Method Detail |
addActionListener
public void addActionListener(ActionListener listener)
removeActionListener
public boolean removeActionListener(ActionListener listener)
fire
public void fire(Event event)
getName
public java.lang.String getName()
- Getter for property name.
setName
public void setName(java.lang.String name)
- Setter for property name.
|
|||||||||
| Home >> All >> dexter >> [ events overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
dexter.events.Action