public interface ProcessInstanceObserver
CreatePIMessage
). You will
receive all NotifyMessage
and PIStateChangedMessage
messages that
are sent from the process instance that you observe.Modifier and Type | Method and Description |
---|---|
WfXMLMessage |
messageArrived(WfXMLMessage message)
This method is invoked on observers, when a WfXML message arrives for them.
|
WfXMLMessage messageArrived(WfXMLMessage message)
message
- The WfXMLmessage that has arrived is passed on as parameter.
Use the message's getter methods to get information out of
the message.null
.@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.