| org.apache.beehive.controls.runtime.bean.EventAdaptor
EventAdaptor | public interface EventAdaptor (Code) | | 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. |
getClient | Object getClient()(Code) | | Returns the client instance that will be the target of the event.
|
|
|