rero.client.listeners
Class _IdentListener

java.lang.Object
  extended byrero.bridges.event.ScriptedEventListener
      extended byrero.client.listeners._IdentListener
All Implemented Interfaces:
IdentListener

public class _IdentListener
extends ScriptedEventListener
implements IdentListener


Field Summary
 
Fields inherited from class rero.bridges.event.ScriptedEventListener
permanent, registered, temporary
 
Constructor Summary
_IdentListener()
           
 
Method Summary
 void identRequest(String host, String text)
           
 void setupListener()
           
 
Methods inherited from class rero.bridges.event.ScriptedEventListener
addListener, addTemporaryListener, dispatchEvent, isSetup, setRegistered
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_IdentListener

public _IdentListener()
Method Detail

identRequest

public void identRequest(String host,
                         String text)
Specified by:
identRequest in interface IdentListener

setupListener

public void setupListener()
Specified by:
setupListener in class ScriptedEventListener