Uses of Interface
naga.eventmachine.ExceptionObserver

Packages that use ExceptionObserver
naga.eventmachine An optional simple service for driving asynchronous and delayed tasks integrated with the Naga NIOService. 
 

Uses of ExceptionObserver in naga.eventmachine
 

Fields in naga.eventmachine declared as ExceptionObserver
static ExceptionObserver ExceptionObserver.DEFAULT
           
 

Methods in naga.eventmachine that return ExceptionObserver
 ExceptionObserver EventMachine.getObserver()
          The current ExceptionObserver used by this service.
 

Methods in naga.eventmachine with parameters of type ExceptionObserver
 void EventMachine.setObserver(ExceptionObserver observer)
          Sets the ExceptionObserver for this service.