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

Packages that use ShutdownListener
com.web_visage.ichat   
com.web_visage.ircha.services   
 

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.
 

Uses of ShutdownListener in com.web_visage.ircha.services
 

Classes in com.web_visage.ircha.services that implement ShutdownListener
 class IChatIRCGateService
          IRC bot that serves as a gate between IRC and iChat.