|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jzeno.echo.EventSourceSupport
public class EventSourceSupport
Support class for implementing the EventSource interface.
Constructor Summary | |
---|---|
EventSourceSupport(EventSource owner)
|
Method Summary | |
---|---|
void |
actionPerformed(ActionEvent event)
Invoked when an action occurs. |
void |
fireActionEvent()
|
void |
fireActionEvent(ActionEvent event)
|
void |
fireActionEvent(java.lang.String command)
|
java.lang.String |
getActionCommand()
|
void |
rewireEvents(ActionListener target)
Deprecated. |
void |
rewireEvents(EventSink target)
Deprecated. |
void |
setActionCommand(java.lang.String command)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventSourceSupport(EventSource owner)
Method Detail |
---|
public void actionPerformed(ActionEvent event)
ActionListener
actionPerformed
in interface ActionListener
event
- The event describing the action.public void fireActionEvent()
public void fireActionEvent(java.lang.String command)
public void fireActionEvent(ActionEvent event)
public void setActionCommand(java.lang.String command)
setActionCommand
in interface EventSource
public java.lang.String getActionCommand()
getActionCommand
in interface EventSource
public void rewireEvents(EventSink target)
public void rewireEvents(ActionListener target)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |