T
- generic type for the data of the eventpublic class SocialEvent<T> extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
SocialEvent.Status
Status of the Event
|
Constructor and Description |
---|
SocialEvent(SocialEvent.Status status,
String message,
T eventData) |
public SocialEvent(SocialEvent.Status status, String message, T eventData)
status
- Status of the eventmessage
- message related tot he eventeventData
- data for the eventpublic SocialEvent.Status getStatus()
public String getMessage()
public T getEventData()
Copyright © 2012-2013. All Rights Reserved.