public class OperationErrorEvent extends OperationEvent
All subclasses of this event are fired with a single shared event type.
Modifier and Type | Field and Description |
---|---|
static EventTypeID |
ID
Common event type used when firing instances of OperationErrorEvent (or a subclass) to the SLEE.
|
Constructor and Description |
---|
OperationErrorEvent(Dialog dialog,
TcapOperation operation,
int invokeId) |
public static final EventTypeID ID
public OperationErrorEvent(Dialog dialog, TcapOperation operation, int invokeId)