EventHandler
Class EventHandler
- java.lang.Object
-
- java.beans.EventHandler
- All Implemented Interfaces:
- InvocationHandler
public class EventHandler extends Object implements InvocationHandler
The EventHandler
class provides support for dynamically generating event listeners whose methods execute a simple statement involving an incoming event object and a target object.
The EventHandler
class is intended to be used by interactive tools, such as application builders, that allow developers to make connections between beans. Typically connections are made from a user interface bean (the event source) to an application logic bean (the target)