public class ActionCoordinator extends java.lang.Object implements ActionValueListener
ActionValueEvent
,
ActionSourceListener
Constructor and Description |
---|
ActionCoordinator(java.lang.String eventType) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionValueEvent e) |
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 void actionPerformed(ActionValueEvent e)
actionPerformed
in interface ActionValueListener
public void addActionSourceListener(ActionSourceListener l)
public void removeActionSourceListener(ActionSourceListener l)
public static void main(java.lang.String[] argv)