Uses of Class
de.deepamehta.core.service.DeepaMehtaEvent

Packages that use DeepaMehtaEvent
de.deepamehta.core.impl   
de.deepamehta.core.service   
de.deepamehta.plugins.accesscontrol   
 

Uses of DeepaMehtaEvent in de.deepamehta.core.impl
 

Fields in de.deepamehta.core.impl declared as DeepaMehtaEvent
(package private) static DeepaMehtaEvent CoreEvent.ALL_PLUGINS_ACTIVE
           
(package private) static DeepaMehtaEvent CoreEvent.INTRODUCE_ASSOCIATION_TYPE
           
(package private) static DeepaMehtaEvent CoreEvent.INTRODUCE_TOPIC_TYPE
           
(package private) static DeepaMehtaEvent CoreEvent.POST_CREATE_ASSOCIATION
           
(package private) static DeepaMehtaEvent CoreEvent.POST_CREATE_TOPIC
           
(package private) static DeepaMehtaEvent CoreEvent.POST_DELETE_ASSOCIATION
           
(package private) static DeepaMehtaEvent CoreEvent.POST_DELETE_TOPIC
           
(package private) static DeepaMehtaEvent CoreEvent.POST_UPDATE_ASSOCIATION
           
(package private) static DeepaMehtaEvent CoreEvent.POST_UPDATE_TOPIC
           
(package private) static DeepaMehtaEvent CoreEvent.POST_UPDATE_TOPIC_REQUEST
           
(package private) static DeepaMehtaEvent CoreEvent.PRE_CREATE_ASSOCIATION
           
(package private) static DeepaMehtaEvent CoreEvent.PRE_CREATE_TOPIC
           
(package private) static DeepaMehtaEvent CoreEvent.PRE_DELETE_ASSOCIATION
           
(package private) static DeepaMehtaEvent CoreEvent.PRE_DELETE_TOPIC
           
(package private) static DeepaMehtaEvent CoreEvent.PRE_SEND_ASSOCIATION
           
(package private) static DeepaMehtaEvent CoreEvent.PRE_SEND_ASSOCIATION_TYPE
           
(package private) static DeepaMehtaEvent CoreEvent.PRE_SEND_TOPIC
           
(package private) static DeepaMehtaEvent CoreEvent.PRE_SEND_TOPIC_TYPE
           
(package private) static DeepaMehtaEvent CoreEvent.PRE_UPDATE_ASSOCIATION
           
(package private) static DeepaMehtaEvent CoreEvent.PRE_UPDATE_TOPIC
           
(package private) static DeepaMehtaEvent CoreEvent.RESOURCE_REQUEST_FILTER
           
(package private) static DeepaMehtaEvent CoreEvent.SERVICE_REQUEST_FILTER
           
(package private) static DeepaMehtaEvent CoreEvent.SERVICE_RESPONSE_FILTER
           
 

Methods in de.deepamehta.core.impl that return types with arguments of type DeepaMehtaEvent
private  List<DeepaMehtaEvent> PluginImpl.getEvents()
          Returns the events this plugin is listening to.
 

Methods in de.deepamehta.core.impl with parameters of type DeepaMehtaEvent
(package private)  void EventManager.addListener(DeepaMehtaEvent event, EventListener listener)
           
private  void PluginImpl.deliverEvent(DeepaMehtaEvent event, Object... params)
          Checks weather this plugin is a listener for the given event, and if so, delivers the event to this plugin.
private  void EventManager.deliverEvent(EventListener listener, DeepaMehtaEvent event, Object... params)
           
(package private)  void EventManager.deliverEvent(PluginImpl plugin, DeepaMehtaEvent event, Object... params)
          Checks weather the given plugin is a listener for the given event, and if so, delivers the event to the plugin.
(package private)  void EventManager.deliverEvent(String pluginUri, DeepaMehtaEvent event, Object... params)
          Convenience method to check weather the specified plugin is a listener for the given event, and if so, delivers the event to the plugin.
 void EmbeddedService.deliverEvent(String pluginUri, DeepaMehtaEvent event, Object... params)
           
(package private)  void EventManager.fireEvent(DeepaMehtaEvent event, Object... params)
           
 void EmbeddedService.fireEvent(DeepaMehtaEvent event, Object... params)
           
private  List<EventListener> EventManager.getListeners(DeepaMehtaEvent event)
           
private  boolean EventManager.isListener(PluginContext pluginContext, DeepaMehtaEvent event)
          Returns true if the given plugin is a listener for the given event.
private  void EventManager.putListeners(DeepaMehtaEvent event, List<EventListener> listeners)
           
(package private)  void EventManager.removeListener(DeepaMehtaEvent event, EventListener listener)
           
 

Uses of DeepaMehtaEvent in de.deepamehta.core.service
 

Fields in de.deepamehta.core.service with type parameters of type DeepaMehtaEvent
private static Map<String,DeepaMehtaEvent> DeepaMehtaEvent.events
          A map of all known events (contains core events as well as plugin events).
 

Methods in de.deepamehta.core.service that return DeepaMehtaEvent
static DeepaMehtaEvent DeepaMehtaEvent.getEvent(Class listenerInterface)
          Returns the event that corresponds to the given listener interface.
 

Methods in de.deepamehta.core.service with parameters of type DeepaMehtaEvent
 void DeepaMehtaService.deliverEvent(String pluginUri, DeepaMehtaEvent event, Object... params)
           
 void DeepaMehtaService.fireEvent(DeepaMehtaEvent event, Object... params)
           
private  void DeepaMehtaEvent.putEvent(DeepaMehtaEvent event, Class listenerInterface)
           
 

Uses of DeepaMehtaEvent in de.deepamehta.plugins.accesscontrol
 

Fields in de.deepamehta.plugins.accesscontrol declared as DeepaMehtaEvent
private static DeepaMehtaEvent AccessControlPlugin.POST_LOGIN_USER
           
private static DeepaMehtaEvent AccessControlPlugin.POST_LOGOUT_USER
           
 



Copyright © 2014. All Rights Reserved.