|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.neeve.client.link.ClientLinkManagerEvent.LinkOpCompleteEventData
public static class ClientLinkManagerEvent.LinkOpCompleteEventData
Data object indicating the status of the completion of a link related operation.
This class serves as the data object for the following events:
- ClientLinkManagerEvent.LINK_PARSE_SUCCESS
- ClientLinkManagerEvent.LINK_PARSE_FAIL
Field Summary | |
---|---|
String |
descriptor
Contains the link descriptor. |
EClientLinkException |
e
Contains the reason for the operation failure. |
boolean |
status
Inidcates whether the operation was successful or not. |
Constructor Summary | |
---|---|
ClientLinkManagerEvent.LinkOpCompleteEventData(String descriptor,
EClientLinkException e)
Constructor. |
Method Summary | |
---|---|
String |
toString()
Get a string representation of the object |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final boolean status
public final String descriptor
public final EClientLinkException e
This field contains an exception object that describes the reason for the failure of an operation. This field will be null in case the operation was successful.
Constructor Detail |
---|
public ClientLinkManagerEvent.LinkOpCompleteEventData(String descriptor, EClientLinkException e)
descriptor
- The link descriptor.e
- The reason for the failure if the operation failed. This
parameter should be null in case the operation succeeded.Method Detail |
---|
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |