Uses of Class
sunw.demo.encapsulatedEvents.EncapsulatedEventException

Packages that use EncapsulatedEventException
sunw.demo.encapsulatedEvents   
 

Uses of EncapsulatedEventException in sunw.demo.encapsulatedEvents
 

Methods in sunw.demo.encapsulatedEvents with parameters of type EncapsulatedEventException
protected  void EncapsulatedEventAdaptor.handleEncapsulatedEventException(EncapsulatedEventException ex, EncapsulatedEventListener eel, java.lang.reflect.Method lm)
           EncapsulatedEventListener's may raise exceptions to the originating event source through an adaptor by throwing the actual exception within an instance of EncapsulatedEventException.
 

Methods in sunw.demo.encapsulatedEvents that throw EncapsulatedEventException
 void EncapsulatedEventListener.encapsulatedEvent(EncapsulatedEvent ee)