Public Member Functions | |
long | onReceivedObject (in tmozIDomain domain, in tmozIActionObject tmozActionObject, in tmozIException tmozException) |
On received action object Function is called by framework to route action object to the component. |
Action Object Listener is an abstract interface used to notify about received action object. New listener have to be registered in the domain interface (tmozIDomain).
long onReceivedObject | ( | in tmozIDomain | domain, | |
in tmozIActionObject | tmozActionObject, | |||
in tmozIException | tmozException | |||
) |
On received action object Function is called by framework to route action object to the component.
tmozActionObject | action object | |
domain | Domain | |
tmozException | Exception object to return any error state |
tmozException | If processing failure component should throw exception and set error description in the tmozException object. |
0
object was not processed 1
object was processed 2
object was processed with error