public class ActionCoordinator extends java.lang.Object implements ActionValueListener
ActionValueEvent
,
ActionSourceListener
Constructor and Description |
---|
ActionCoordinator(java.lang.String eventType)
_more_
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionValueEvent e)
_more_
|
void |
addActionSourceListener(ActionSourceListener l)
add an ActionSource listener
|
static void |
main(java.lang.String[] argv)
add an ActionValue listener
public void addActionValueListener( ActionValueListener l) {
lm.addListener(l);
}
/** remove an ActionValue listener
public void removeActionValueListener( ActionValueListener l) {
lm.removeListener(l);
}
|
void |
removeActionSourceListener(ActionSourceListener l)
remove an ActionSource listener
|
public ActionCoordinator(java.lang.String eventType)
eventType
- public void actionPerformed(ActionValueEvent e)
actionPerformed
in interface ActionValueListener
e
- public void addActionSourceListener(ActionSourceListener l)
l
- public void removeActionSourceListener(ActionSourceListener l)
l
- public static void main(java.lang.String[] argv)
argv
-