|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dicom4j.network.association.support.AssociateEventDispatcher
public class AssociateEventDispatcher
| 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 |
|---|
public AssociateEventDispatcher()
| Method Detail |
|---|
public void associationAborted(Association aAssociation,
AssociationListener aListener,
AssociateAbort aAbort)
throws Exception
Exception
public void associationOpened(Association aAssociation,
AssociationListener aListener,
AssociateSession aAssociateSession)
throws Exception
Exception
public void associationReleased(Association aAssociation,
AssociationListener aListener)
public void messageReceived(Association aAssociation,
AssociationListener aListener,
byte aPresentationContextID,
AbstractDimseMessage aMessage)
throws Exception
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||