Uses of Interface
naga.ExceptionObserver
-
Packages that use ExceptionObserver Package Description naga The main Naga classes.naga.eventmachine An optional simple service for driving asynchronous and delayed tasks integrated with the Naga NIOService. -
-
Uses of ExceptionObserver in naga
Fields in naga declared as ExceptionObserver Modifier and Type Field Description static ExceptionObserver
ExceptionObserver. DEFAULT
Methods in naga with parameters of type ExceptionObserver Modifier and Type Method Description void
NIOService. setExceptionObserver(ExceptionObserver exceptionObserver)
Updates the exception observer for the NIOService. -
Uses of ExceptionObserver in naga.eventmachine
Methods in naga.eventmachine with parameters of type ExceptionObserver Modifier and Type Method Description void
EventMachine. setObserver(ExceptionObserver observer)
Sets the ExceptionObserver for this service.
-