gov.aps.jca.event
Class ConnectionEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--gov.aps.jca.event.CAEvent
              |
              +--gov.aps.jca.event.ConnectionEvent
All Implemented Interfaces:
java.io.Serializable

public class ConnectionEvent
extends CAEvent

An event which indicates a change in a Channel connection's state.

See Also:
Channel, Serialized Form

Constructor Summary
ConnectionEvent(Channel channel, boolean connected)
           
 
Method Summary
 boolean isConnected()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionEvent

public ConnectionEvent(Channel channel,
                       boolean connected)
Method Detail

isConnected

public boolean isConnected()