rero.gui.windows
Interface ClientWindowListener

All Known Implementing Classes:
ChannelListDialog, ClientDesktop, DCCListDialog, EmptyWindow, GeneralListDialog, IRCSession.ClientWindowStuff, ScriptedListDialog, SessionManager, StatusWindow.ClientWindowStuff, WindowStateListener

public interface ClientWindowListener


Method Summary
 void onActive(ClientWindowEvent ev)
           
 void onClose(ClientWindowEvent ev)
           
 void onInactive(ClientWindowEvent ev)
           
 void onMinimize(ClientWindowEvent ev)
           
 void onOpen(ClientWindowEvent ev)
           
 

Method Detail

onOpen

void onOpen(ClientWindowEvent ev)

onClose

void onClose(ClientWindowEvent ev)

onActive

void onActive(ClientWindowEvent ev)

onInactive

void onInactive(ClientWindowEvent ev)

onMinimize

void onMinimize(ClientWindowEvent ev)