net.jackofalltrades.irc.event
Interface ConnectionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ConnectionAdapter

public interface ConnectionListener
extends java.util.EventListener

Implemented by components to be notified of ConnectionEvents.

Since:
0.5-alpha
Version:
$Revision: 1.2 $ $Date: 2003/06/30 12:26:18 $
Author:
Bradley M. Handy

Method Summary
 void connected(ConnectionEvent event)
          Called when a connection has been established successfully.
 void disconnected(ConnectionEvent event)
          Called when a connection has been closely successfully either by force, or by user request.
 

Method Detail

connected

public void connected(ConnectionEvent event)
Called when a connection has been established successfully.


disconnected

public void disconnected(ConnectionEvent event)
Called when a connection has been closely successfully either by force, or by user request.



Copyright © 2002-2003 Jack-of-all-trades Programming Services. All Rights Reserved.