org.dicom4j.network.association.support
Class AssociateEventDispatcher

java.lang.Object
  extended by org.dicom4j.network.association.support.AssociateEventDispatcher

public class AssociateEventDispatcher
extends Object


Constructor Summary
AssociateEventDispatcher()
           
 
Method Summary
 void associationAborted(Association aAssociation, AssociationListener aListener, AssociateAbort aAbort)
           
 void associationOpened(Association aAssociation, AssociationListener aListener, AssociateSession aAssociateSession)
           
 void associationReleased(Association aAssociation, AssociationListener aListener)
           
 void messageReceived(Association aAssociation, AssociationListener aListener, byte aPresentationContextID, AbstractDimseMessage aMessage)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssociateEventDispatcher

public AssociateEventDispatcher()
Method Detail

associationAborted

public void associationAborted(Association aAssociation,
                               AssociationListener aListener,
                               AssociateAbort aAbort)
                        throws Exception
Throws:
Exception

associationOpened

public void associationOpened(Association aAssociation,
                              AssociationListener aListener,
                              AssociateSession aAssociateSession)
                       throws Exception
Throws:
Exception

associationReleased

public void associationReleased(Association aAssociation,
                                AssociationListener aListener)

messageReceived

public void messageReceived(Association aAssociation,
                            AssociationListener aListener,
                            byte aPresentationContextID,
                            AbstractDimseMessage aMessage)
                     throws Exception
Throws:
Exception


Copyright © 2009 dicom4j. All Rights Reserved.