Classes in sunw.demo.encapsulatedEvents used by sunw.demo.encapsulatedEvents
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. |
EncapsulatedEventException
Implementors of EncapsulatedListener use this Exception class to throw
Encapsulated Event specific exceptions back to the Event Source. |
EncapsulatedEventListener
This is the polymorphic/generic EventListener interface that arbitrary
objects wishing to receive "encapsulated" events, from dynamically
generated adaptors interposed on specific event sources, should implement. |