com.anthonyeden.lib.event
Interface CommListener

All Superinterfaces:
java.util.EventListener

public interface CommListener
extends java.util.EventListener

Listener for Communication events.

Author:
Anthony Eden

Method Summary
 void end(CommEvent evt)
          Signals the end of communication.
 void start(CommEvent evt)
          Signals the start the communication.
 

Method Detail

start

public void start(CommEvent evt)
Signals the start the communication.

Parameters:
evt - The CommEvent

end

public void end(CommEvent evt)
Signals the end of communication.

Parameters:
evt - The CommEvent


Copyright (c) 2000-2003 Anthony Eden. All Rights Reserved.