Uses of Interface
naga.ExceptionObserver
Packages that use ExceptionObserver
Package
Description
The main Naga classes.
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 ExceptionObserverMethods in naga with parameters of type ExceptionObserverModifier and TypeMethodDescriptionvoid
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 ExceptionObserverModifier and TypeMethodDescriptionvoid
EventMachine.setObserver
(ExceptionObserver observer) Sets the ExceptionObserver for this service.