org.dcm4che2.net
Class AssociationCloseEvent

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

public class AssociationCloseEvent
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
AssociationCloseEvent(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

AssociationCloseEvent

public AssociationCloseEvent(NetworkApplicationEntity ae,
                             Association a)
Method Detail

getAssociation

public final Association getAssociation()


Copyright © 2011 dcm4che. All Rights Reserved.