Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.services.event
Class Event

java.lang.Object
  extended by org.nuxeo.runtime.services.event.Event

public class Event
extends Object

Author:
Bogdan Stefanescu

Constructor Summary
Event(String topic, String id, Object source, Object data)
           
 
Method Summary
 Object getData()
           
 String getId()
           
 Object getSource()
           
 String getTopic()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Event

public Event(String topic,
             String id,
             Object source,
             Object data)
Method Detail

getTopic

public String getTopic()

getId

public String getId()

getSource

public Object getSource()

getData

public Object getData()

toString

public String toString()
Overrides:
toString in class Object

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.