JCAT
v0.3.1

javax.jcat
Interface JcatTerminalConnectionListener


public interface JcatTerminalConnectionListener

This interface hence reports all state changes occurring in the JcatTerminalConnection object.

Since:
1.0
See Also:
JcatTerminalConnection, JcatTerminalConnectionEvent

Method Summary
 void terminalConnectionBridged(JcatTerminalConnectionEvent termconnectionevent)
          Indicates that the JcatTerminalConnection has just been placed in the JcatTerminalConnection.BRIDGED state
 void terminalConnectionCreated(JcatTerminalConnectionEvent termconnectionevent)
          Indicates that the JcatTerminalConnection has just been placed in the JcatTerminalConnection.IDLE state
 void terminalConnectionDropped(JcatTerminalConnectionEvent termconnectionevent)
          Indicates that the JcatTerminalConnection has just been placed in the JcatTerminalConnection.DROPPED state
 void terminalConnectionEventTransmissionEnded(JcatTerminalConnectionEvent termconnectionevent)
          Indicates that event transmission has ended.
 void terminalConnectionHeld(JcatTerminalConnectionEvent termconnectionevent)
          Indicates that the JcatTerminalConnection has just been placed in the JcatTerminalConnection.HELD state
 void terminalConnectionInuse(JcatTerminalConnectionEvent termconnectionevent)
          Indicates that the JcatTerminalConnection has just been placed in the JcatTerminalConnection.INUSE state
 void terminalConnectionRinging(JcatTerminalConnectionEvent termconnectionevent)
          Indicates that the JcatTerminalConnection has just been placed in the JcatTerminalConnection.RINGING state
 void terminalConnectionTalking(JcatTerminalConnectionEvent termconnectionevent)
          Indicates that the JcatTerminalConnection has just been placed in the JcatTerminalConnection.TALKING state
 

Method Detail

terminalConnectionCreated

public void terminalConnectionCreated(JcatTerminalConnectionEvent termconnectionevent)
Indicates that the JcatTerminalConnection has just been placed in the JcatTerminalConnection.IDLE state

Parameters:
termconnectionevent - event resulting from state change.
Since:
1.0

terminalConnectionRinging

public void terminalConnectionRinging(JcatTerminalConnectionEvent termconnectionevent)
Indicates that the JcatTerminalConnection has just been placed in the JcatTerminalConnection.RINGING state

Parameters:
termconnectionevent - event resulting from state change.
Since:
1.0

terminalConnectionDropped

public void terminalConnectionDropped(JcatTerminalConnectionEvent termconnectionevent)
Indicates that the JcatTerminalConnection has just been placed in the JcatTerminalConnection.DROPPED state

Parameters:
termconnectionevent - event resulting from state change.
Since:
1.0

terminalConnectionBridged

public void terminalConnectionBridged(JcatTerminalConnectionEvent termconnectionevent)
Indicates that the JcatTerminalConnection has just been placed in the JcatTerminalConnection.BRIDGED state

Parameters:
termconnectionevent - event resulting from state change.
Since:
1.0

terminalConnectionTalking

public void terminalConnectionTalking(JcatTerminalConnectionEvent termconnectionevent)
Indicates that the JcatTerminalConnection has just been placed in the JcatTerminalConnection.TALKING state

Parameters:
termconnectionevent - event resulting from state change.
Since:
1.0

terminalConnectionInuse

public void terminalConnectionInuse(JcatTerminalConnectionEvent termconnectionevent)
Indicates that the JcatTerminalConnection has just been placed in the JcatTerminalConnection.INUSE state

Parameters:
termconnectionevent - event resulting from state change.
Since:
1.0

terminalConnectionHeld

public void terminalConnectionHeld(JcatTerminalConnectionEvent termconnectionevent)
Indicates that the JcatTerminalConnection has just been placed in the JcatTerminalConnection.HELD state

Parameters:
termconnectionevent - event resulting from state change.
Since:
1.0

terminalConnectionEventTransmissionEnded

public void terminalConnectionEventTransmissionEnded(JcatTerminalConnectionEvent termconnectionevent)
Indicates that event transmission has ended.

Parameters:
termconnectionevent - event indicating for which terminal connection 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