public abstract class ActionSourceListener extends Object implements ActionValueListener
ActionCoordinator| Constructor and Description |
|---|
ActionSourceListener(String eventType) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
actionPerformed(ActionValueEvent event) |
void |
addActionValueListener(ActionValueListener l) |
void |
fireActionValueEvent(String command,
Object value) |
String |
getEventTypeName() |
void |
removeActionValueListener(ActionValueListener l) |
public static final String SELECTED
public ActionSourceListener(String eventType)
public String getEventTypeName()
public void addActionValueListener(ActionValueListener l)
public void removeActionValueListener(ActionValueListener l)
public abstract void actionPerformed(ActionValueEvent event)
actionPerformed in interface ActionValueListener