net.sf.jzeno.echo
Class EventSinkSupport

java.lang.Object
  extended by net.sf.jzeno.echo.EventSinkSupport
All Implemented Interfaces:
java.io.Serializable, EventSink

Deprecated.

public class EventSinkSupport
extends java.lang.Object
implements EventSink, java.io.Serializable

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.

See Also:
Serialized Form

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

EventSinkSupport

public EventSinkSupport(java.lang.Object owner)
Deprecated. 
Method Detail

actionPerformed

public void actionPerformed(ActionEvent event)
Deprecated.