|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jzeno.echo.EventSinkSupport
public class EventSinkSupport
Support class to facilitate creating components that are event sinks. Create an instance of this class in your component, implement the EventSink interface in you class, and delegate all methods of that interface to the EventSinkSupport instance.
Constructor Summary | |
---|---|
EventSinkSupport(java.lang.Object owner)
Deprecated. |
Method Summary | |
---|---|
void |
actionPerformed(ActionEvent event)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventSinkSupport(java.lang.Object owner)
Method Detail |
---|
public void actionPerformed(ActionEvent event)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |