Uses of Interface
com.web_visage.ichat.listeners.ShutdownListener

Packages that use ShutdownListener
com.web_visage.ichat   
 

Uses of ShutdownListener in com.web_visage.ichat
 

Methods in com.web_visage.ichat with parameters of type ShutdownListener
 void IChatServiceBot.addShutdownListener(ShutdownListener aListener)
          Registers disconnect event listener.
 void IChatServiceBot.removeShutdownListener(ShutdownListener aListener)
          Unregisters given shutdown event listener.