JCAT
v0.3.1

javax.jcat
Interface JcatAddressListener


public interface JcatAddressListener

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

Since:
1.0

Method Summary
 void addressEventTransmissionEnded(JcatAddressEvent addressevent)
          Indicates that event transmission has ended.
 void terminalDeregistered(JcatAddressEvent addressevent)
          Indicates that the JcatTerminal is requested to be registered with this JcatAddress.
 boolean terminalRegistered(JcatAddressEvent addressevent)
          Indicates that the JcatTerminal has just been associated with this JcatAddress.
 

Method Detail

terminalRegistered

public boolean terminalRegistered(JcatAddressEvent addressevent)
Indicates that the JcatTerminal has just been associated with this JcatAddress.

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

terminalDeregistered

public void terminalDeregistered(JcatAddressEvent addressevent)
Indicates that the JcatTerminal is requested to be registered with this JcatAddress. If allowed, the methods returns true.

Parameters:
addressevent - event resulting from registering of an address.
Since:
1.0

addressEventTransmissionEnded

public void addressEventTransmissionEnded(JcatAddressEvent addressevent)
Indicates that event transmission has ended.

Parameters:
addressevent - event indicating for which address event transmission has ended.
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