org.dcm4che2.net
Class AssociationAcceptEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.dcm4che2.net.AssociationAcceptEvent
All Implemented Interfaces:
java.io.Serializable

public class AssociationAcceptEvent
extends java.util.EventObject

Since:
Sep 6, 2008
Version:
$Revision$ $Date$
Author:
gunter zeilinger(gunterze@gmail.com)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AssociationAcceptEvent(NetworkApplicationEntity ae, Association a)
           
 
Method Summary
 Association getAssociation()
           
 
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

AssociationAcceptEvent

public AssociationAcceptEvent(NetworkApplicationEntity ae,
                              Association a)
Method Detail

getAssociation

public final Association getAssociation()


Copyright © 2011 dcm4che. All Rights Reserved.