public class RemoteEventData extends Object implements Serializable
Constructor and Description |
---|
RemoteEventData()
The default constructor.
|
RemoteEventData(Serializable event,
Serializable source,
Serializable data) |
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 RemoteEventData()
public RemoteEventData(Serializable event, Serializable source, Serializable data)
event
- the event type.source
- the event source.data
- the event data.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–2021 XWiki. All rights reserved.