Class Summary |
EncapsulatedEvent |
The EncapsulatedEvent class is a subclass of java.util.EventObject and
is designed as part of a package sun.demo.encapsulatedEvents to demonstrate
the dynamic generation of JavaBeans Event Adaptor classes, and also a
technique for creating a polymorphic event processing model as an extension
of the existing JavaBeans Event Model. |
EncapsulatedEventAdaptor |
sunw.demo.encapsulatedEvents.EncapsulatedEventAdaptor is an abstract base
class designed to support the dynamic generation of java.util.EventListener
sub-interface adaptor classes. |
EncapsulatedEventAdaptorGenerator |
The EncapsulatedEventAdaptorGenerator is the class responsible for
dynamically generating classes that adapt arbitrary sub-interfaces of
java.util.EventListener to sunw.demo.encapsulatedEvents.EncapsulatedEventListener. |
EventMonitor |
The EventMonitor is a simple bean that demonstrates the power of the
EncapsulatedEventManager and EncapsulatedEventAdaptor classes. |
EventMonitorBeanInfo |
BeanInfo for the EventMonitor exposes Listeners for registration. |