public class RemoteEventData extends Object implements Serializable
| Constructor and Description |
|---|
RemoteEventData() |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
getData() |
Serializable |
getEvent() |
Serializable |
getSource() |
void |
setData(Serializable data) |
void |
setEvent(Serializable event) |
void |
setSource(Serializable source) |
String |
toString() |
public Serializable getEvent()
public void setEvent(Serializable event)
event - the event type.public Serializable getSource()
public void setSource(Serializable source)
source - the event source.public Serializable getData()
public void setData(Serializable data)
data - the event data.Copyright © 2004–2014 XWiki. All rights reserved.