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$
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
- See Also:
Object.toString()
Copyright © 2004-2011 XWiki. All Rights Reserved.