irc.gui
Interface AWTSourceListener

All Known Implementing Classes:
IRCApplication, PixxTaskBar

public interface AWTSourceListener

The awt source listener.


Method Summary
 void activated(AWTSource source)
          The source has been activated.
 void eventOccured(AWTSource source)
          An event has occured.
 void titleChanged(AWTSource source)
          This source title has changed.
 

Method Detail

titleChanged

public void titleChanged(AWTSource source)
This source title has changed.

Parameters:
source - the source whose title has changed.

eventOccured

public void eventOccured(AWTSource source)
An event has occured.

Parameters:
source - the source on whose event has occured.

activated

public void activated(AWTSource source)
The source has been activated.

Parameters:
source - the activated source.