org.xwiki.observation.remote
Class LocalEventData
java.lang.Object
org.xwiki.observation.remote.LocalEventData
public class LocalEventData
- extends Object
Represents a remote event with all its datas.
- Since:
- 2.0M3
- Version:
- $Id: 574bb4c5fe0d5d563d1bd4ccc75c315865d1355a $
LocalEventData
public LocalEventData()
- Default constructor.
LocalEventData
public LocalEventData(org.xwiki.observation.event.Event event,
Object source,
Object data)
- Parameters:
event - the event type.source - the event source.data - the event data.
getEvent
public org.xwiki.observation.event.Event getEvent()
- Returns:
- the event type.
setEvent
public void setEvent(org.xwiki.observation.event.Event event)
- Parameters:
event - the event type.
getSource
public Object getSource()
- Returns:
- the event source.
setSource
public void setSource(Object source)
- Parameters:
source - the event source.
getData
public Object getData()
- Returns:
- the event data.
setData
public void setData(Object data)
- Parameters:
data - the event data.
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2004–2014 XWiki. All rights reserved.