com.k_int.z3950.util
Class APDUEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.k_int.z3950.util.APDUEvent
All Implemented Interfaces:
java.io.Serializable

public class APDUEvent
extends java.util.EventObject

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
APDUEvent(java.lang.Object source)
           
APDUEvent(java.lang.Object source, PDU_type thepdu)
           
 
Method Summary
 PDU_type getPDU()
           
 
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

APDUEvent

public APDUEvent(java.lang.Object source)

APDUEvent

public APDUEvent(java.lang.Object source,
                 PDU_type thepdu)
Method Detail

getPDU

public PDU_type getPDU()


Copyright © 2001 Knowledge Integration Ltd. All Rights Reserved.