org.xwiki.observation.remote
Class RemoteEventData

java.lang.Object
  extended by org.xwiki.observation.remote.RemoteEventData
All Implemented Interfaces:
Serializable

public class RemoteEventData
extends Object
implements Serializable

Represents a remote event with all its datas.

Since:
2.0M3
Version:
$Id: 7e6913edecef98850dcd9d7629ec5642110cee6d $
See Also:
Serialized Form

Constructor Summary
RemoteEventData()
           
 
Method Summary
 Serializable getData()
           
 Serializable getEvent()
           
 Serializable getSource()
           
 void setData(Serializable data)
           
 void setEvent(Serializable event)
           
 void setSource(Serializable source)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteEventData

public RemoteEventData()
Method Detail

getEvent

public Serializable getEvent()
Returns:
the event type.

setEvent

public void setEvent(Serializable event)
Parameters:
event - the event type.

getSource

public Serializable getSource()
Returns:
the event source.

setSource

public void setSource(Serializable source)
Parameters:
source - the event source.

getData

public Serializable getData()
Returns:
the event data.

setData

public void setData(Serializable data)
Parameters:
data - the event data.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004–2014 XWiki. All rights reserved.