org.apache.beehive.controls.runtime.bean
Interface EventAdaptor


public interface EventAdaptor

The EventAdaptor interface will be implemented by all code-generated event adaptor classes used to deliver control events to clients.


Method Summary
 Object getClient()
          Returns the client instance that will be the target of the event.
 

Method Detail

getClient

Object getClient()
Returns the client instance that will be the target of the event.