JCAT
v0.3.1

javax.jcat
Interface JcatTerminalListener


public interface JcatTerminalListener

A JcatTerminalListener interface is used to report the association/disassociation of a JcatAddress with a JcatTerminal.

Since:
1.0
See Also:
JcatTerminal

Method Summary
 void addressDeregistered(JcatTerminalEvent termconnectionevent)
          Indicates that the JcatAddress has just been deregistered with this JcatTerminal.
 void addressRegistered(JcatTerminalEvent termconnectionevent)
          Indicates that the JcatAddress has just been associated with this JcatTerminal.
 void eventTransmissionEnded(JcatTerminalEvent termconnectionevent)
          Indicates that no more events will be reported on this JcatTerminal
 

Method Detail

addressRegistered

public void addressRegistered(JcatTerminalEvent termconnectionevent)
Indicates that the JcatAddress has just been associated with this JcatTerminal.

Parameters:
termconnectionevent - event resulting from association of an address.
Since:
1.0

addressDeregistered

public void addressDeregistered(JcatTerminalEvent termconnectionevent)
Indicates that the JcatAddress has just been deregistered with this JcatTerminal.

Parameters:
termconnectionevent - event resulting from association of an address.
Since:
1.0

eventTransmissionEnded

public void eventTransmissionEnded(JcatTerminalEvent termconnectionevent)
Indicates that no more events will be reported on this JcatTerminal

Parameters:
termconnectionevent - event resulting from association of an address.
Since:
1.0

JCAT
v0.3.1

August, 2003
If you have any comments or queries, please mail them to JSR-122-EG@JCP.ORG

Copyright - 2001, 2003 Sun Microsystems