org.indy
Class TCPClientEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.indy.TCPClientEvent
All Implemented Interfaces:
java.io.Serializable

public class TCPClientEvent
extends java.util.EventObject

Passed by events from TCPClientListener

See Also:
TCPClient, TCPClientListener, Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TCPClientEvent(TCPClient source)
          Constructs a new TCPClientEvent
 
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

TCPClientEvent

public TCPClientEvent(TCPClient source)
Constructs a new TCPClientEvent
Parameters:
source - The TCPClient that fired this event


Copyright © 2002-2002 IndyJ. All Rights Reserved.