| Package | Description |
|---|---|
| com.sybase.esp.sdk.data |
| Modifier and Type | Field and Description |
|---|---|
SdkEventError<PublisherEvent.Type> |
PublisherEvent.m_error |
| Modifier and Type | Method and Description |
|---|---|
PublisherEvent.Type |
PublisherEvent.getType() |
static PublisherEvent.Type |
PublisherEvent.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PublisherEvent.Type[] |
PublisherEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SdkEventError<PublisherEvent.Type> |
PublisherEvent.getError() |
| Constructor and Description |
|---|
PublisherEvent(Publisher publisher,
PublisherEvent.Type type,
SdkEventError<PublisherEvent.Type> error) |
| Constructor and Description |
|---|
PublisherEvent(Publisher publisher,
PublisherEvent.Type type,
SdkEventError<PublisherEvent.Type> error) |