Uses of Interface
org.apache.mina.core.service.IoServiceListener
Packages that use IoServiceListener
-
Uses of IoServiceListener in org.apache.mina.core.service
Fields in org.apache.mina.core.service declared as IoServiceListenerModifier and TypeFieldDescriptionprivate final IoServiceListenerAbstractIoService.serviceActivationListenerFields in org.apache.mina.core.service with type parameters of type IoServiceListenerModifier and TypeFieldDescriptionprivate final List<IoServiceListener> IoServiceListenerSupport.listenersA list ofIoServiceListeners.Methods in org.apache.mina.core.service with parameters of type IoServiceListenerModifier and TypeMethodDescriptionvoidIoServiceListenerSupport.add(IoServiceListener listener) Adds a new listener.final voidAbstractIoService.addListener(IoServiceListener listener) Adds anIoServiceListenerthat listens any events related with this service.voidIoService.addListener(IoServiceListener listener) Adds anIoServiceListenerthat listens any events related with this service.voidIoServiceListenerSupport.remove(IoServiceListener listener) Removes an existing listener.final voidAbstractIoService.removeListener(IoServiceListener listener) Removed an existingIoServiceListenerthat listens any events related with this service.voidIoService.removeListener(IoServiceListener listener) Removed an existingIoServiceListenerthat listens any events related with this service.