Uses of Interface
org.apache.mina.common.IoServiceListener

Packages that use IoServiceListener
org.apache.mina.common Common types required for users to use MINA. 
 

Uses of IoServiceListener in org.apache.mina.common
 

Methods in org.apache.mina.common with parameters of type IoServiceListener
 void IoService.addListener(IoServiceListener listener)
          Adds an IoServiceListener that listens any events related with this service.
 void IoService.removeListener(IoServiceListener listener)
          Removed an existing IoServiceListener that listens any events related with this service.
 



Copyright © 2004-2010 Apache MINA Project. All Rights Reserved.