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