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