|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuxeo.runtime.services.event.EventService
public class EventService
| Field Summary | |
|---|---|
static ComponentName |
NAME
|
| Constructor Summary | |
|---|---|
EventService()
|
|
| Method Summary | ||
|---|---|---|
void |
activate(ComponentContext context)
Activates the component. |
|
void |
addListener(String topic,
EventListener listener)
|
|
void |
applicationStarted(ComponentContext context)
Notify the component that Nuxeo Framework finished starting all Nuxeo bundles. |
|
void |
deactivate(ComponentContext context)
Deactivates the component. |
|
|
getAdapter(Class<T> adapter)
Returns an object which is an instance of the given class associated with this object. |
|
void |
registerExtension(Extension extension)
Registers the given extension. |
|
void |
removeListener(String topic,
EventListener listener)
|
|
void |
sendCancelableEvent(Event event)
|
|
void |
sendEvent(Event event)
|
|
void |
unregisterExtension(Extension extension)
Unregisters the given extension. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ComponentName NAME
| Constructor Detail |
|---|
public EventService()
| Method Detail |
|---|
public void activate(ComponentContext context)
throws Exception
ComponentThis method is called by the runtime when a component is activated.
activate in interface Componentcontext - the runtime context
Exception - if an error occurs during activation
public void deactivate(ComponentContext context)
throws Exception
ComponentThis method is called by the runtime when a component is deactivated.
deactivate in interface Componentcontext - the runtime context
Exception - if an error occurs during activation
public void registerExtension(Extension extension)
throws Exception
Extensible
registerExtension in interface Extensibleextension - the extension to register
Exception - if any error occurs
public void unregisterExtension(Extension extension)
throws Exception
Extensible
unregisterExtension in interface Extensibleextension - the extension to unregister
Exception - if any error occurspublic void sendEvent(Event event)
public void sendCancelableEvent(Event event)
public void addListener(String topic,
EventListener listener)
public void removeListener(String topic,
EventListener listener)
public <T> T getAdapter(Class<T> adapter)
Adaptablenull if
no such object can be found.
getAdapter in interface Adaptableadapter - the adapter class to look up
null if this object does not
have an adapter for the given class
public void applicationStarted(ComponentContext context)
throws Exception
Component
applicationStarted in interface ComponentException
|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||