public final class PublisherEvent extends java.lang.Object implements SdkEvent<PublisherEvent.Type>
| Modifier and Type | Class and Description |
|---|---|
static class |
PublisherEvent.Type |
SdkEvent.Category| Modifier and Type | Field and Description |
|---|---|
SdkEventError<PublisherEvent.Type> |
m_error |
| Constructor and Description |
|---|
PublisherEvent(Publisher publisher,
PublisherEvent.Type type,
SdkEventError<PublisherEvent.Type> error) |
| Modifier and Type | Method and Description |
|---|---|
SdkEvent.Category |
getCategory() |
SdkEventError<PublisherEvent.Type> |
getError() |
Publisher |
getPublisher()
Retrieve the
Publisher associated with this event |
PublisherEvent.Type |
getType() |
boolean |
isFinal() |
java.lang.String |
toString() |
public SdkEventError<PublisherEvent.Type> m_error
public PublisherEvent(Publisher publisher, PublisherEvent.Type type, SdkEventError<PublisherEvent.Type> error)
public SdkEvent.Category getCategory()
getCategory in interface SdkEvent<PublisherEvent.Type>public PublisherEvent.Type getType()
getType in interface SdkEvent<PublisherEvent.Type>public boolean isFinal()
isFinal in interface SdkEvent<PublisherEvent.Type>public SdkEventError<PublisherEvent.Type> getError()
getError in interface SdkEvent<PublisherEvent.Type>public java.lang.String toString()
toString in class java.lang.Object