net.openai.ai.nn.network.event
Class ConnectionEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--net.openai.ai.nn.network.event.AbstractNNEvent
              |
              +--net.openai.ai.nn.network.event.ConnectionEvent
All Implemented Interfaces:
java.io.Serializable

public class ConnectionEvent
extends AbstractNNEvent

Connection Event

Version:
$Id: ConnectionEvent.java,v 1.1 2002/02/28 17:07:23 tweber Exp $
Author:
gleo/Thomas Weber
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.openai.ai.nn.network.event.AbstractNNEvent
ADD, REMOVE
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ConnectionEvent(java.lang.Object source, Connection connection, int type)
          Constructs a new ConnectionEvent
 
Method Summary
 Connection getConnection()
          returns the connections
 
Methods inherited from class net.openai.ai.nn.network.event.AbstractNNEvent
getType
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionEvent

public ConnectionEvent(java.lang.Object source,
                       Connection connection,
                       int type)
Constructs a new ConnectionEvent

Method Detail

getConnection

public Connection getConnection()
returns the connections



Copyright - 2001 OpenAI Labs. All Rights Reserved.