|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.ui.event.ActionSourceListener
public abstract class ActionSourceListener
ActionSourceListeners are used by objects that are both source and listener for a particular type of ActionValue events. They register themselves with the ActionCoordinator of that type of event. They send events by calling fireActionValueEvent(). They recieve others' events through their actionPerformed() method.
ActionCoordinator| Field Summary | |
|---|---|
static String |
SELECTED
_more_ |
| Constructor Summary | |
|---|---|
ActionSourceListener(String eventType)
_more_ |
|
| Method Summary | |
|---|---|
abstract void |
actionPerformed(ActionValueEvent event)
_more_ |
void |
addActionValueListener(ActionValueListener l)
_more_ |
void |
fireActionValueEvent(String command,
Object value)
_more_ |
String |
getEventTypeName()
_more_ |
void |
removeActionValueListener(ActionValueListener l)
_more_ |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SELECTED
| Constructor Detail |
|---|
public ActionSourceListener(String eventType)
eventType - | Method Detail |
|---|
public String getEventTypeName()
public void fireActionValueEvent(String command,
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 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||