|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TaskActionListener extends EventListener
The listener interface for receiving action events.
The class that is interested in processing an action event
implements this interface, and the object created with that class
is registered with a WindowManager, using the
addTaskActionListener method. When the data event occurs,
that object's actionPerformed method is invoked.
A TaskActionListener is functionally equivalent
to a java.awt.ActionListener, except that action events
are delivered on a worker thread so as not to preempt the user interface.
TaskActionEvent| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(TaskActionEvent event)
Invoked when a user has performed one of the actions defined on a task. |
| Method Detail |
|---|
void actionPerformed(TaskActionEvent event)
event - The action event.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||