public class EventSenderResult extends Object
Constructor and Description |
---|
EventSenderResult() |
Modifier and Type | Method and Description |
---|---|
String |
getReason()
Describes the reason of the result
|
boolean |
isSent()
Returns the status of the notify action: true for a successful dispatch or
false for a failure. |
void |
setReason(String reason)
A setter of the reason for the result
|
void |
setSent(boolean isSent)
Set the status of the result
|
public String getReason()
public void setReason(String reason)
reason
- public boolean isSent()
getReason()
true
for a successful dispatch of false
for a failurepublic void setSent(boolean isSent)
isSent
- Copyright © 2012. All Rights Reserved.