rero.gui
Class IRCSession.ClientWindowStuff
java.lang.Object
rero.gui.IRCSession.ClientWindowStuff
- All Implemented Interfaces:
- ClientWindowListener
- Enclosing class:
- IRCSession
- protected class IRCSession.ClientWindowStuff
- extends Object
- implements ClientWindowListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IRCSession.ClientWindowStuff
protected IRCSession.ClientWindowStuff()
onActive
public void onActive(ClientWindowEvent ev)
- Specified by:
onActive
in interface ClientWindowListener
onOpen
public void onOpen(ClientWindowEvent ev)
- Specified by:
onOpen
in interface ClientWindowListener
onInactive
public void onInactive(ClientWindowEvent ev)
- Specified by:
onInactive
in interface ClientWindowListener
onMinimize
public void onMinimize(ClientWindowEvent ev)
- Specified by:
onMinimize
in interface ClientWindowListener
onClose
public void onClose(ClientWindowEvent ev)
- Specified by:
onClose
in interface ClientWindowListener