Uses of Interface
de.deepamehta.core.service.EventListener

Packages that use EventListener
de.deepamehta.core.impl   
de.deepamehta.core.service   
de.deepamehta.core.service.event   
de.deepamehta.plugins.accesscontrol   
de.deepamehta.plugins.accesscontrol.event   
de.deepamehta.plugins.caching   
de.deepamehta.plugins.geomaps   
de.deepamehta.plugins.time   
de.deepamehta.plugins.typeeditor   
de.deepamehta.plugins.webclient   
de.deepamehta.plugins.workspaces   
 

Uses of EventListener in de.deepamehta.core.impl
 

Fields in de.deepamehta.core.impl with type parameters of type EventListener
private  Map<String,List<EventListener>> EventManager.listenerRegistry
          The registered event listeners (key: event class name, value: event listeners).
 

Methods in de.deepamehta.core.impl that return types with arguments of type EventListener
private  List<EventListener> EventManager.getListeners(DeepaMehtaEvent event)
           
 

Methods in de.deepamehta.core.impl with parameters of type EventListener
(package private)  void EventManager.addListener(DeepaMehtaEvent event, EventListener listener)
           
private  void EventManager.deliverEvent(EventListener listener, DeepaMehtaEvent event, Object... params)
           
(package private)  void EventManager.removeListener(DeepaMehtaEvent event, EventListener listener)
           
 

Method parameters in de.deepamehta.core.impl with type arguments of type EventListener
private  void EventManager.putListeners(DeepaMehtaEvent event, List<EventListener> listeners)
           
 

Uses of EventListener in de.deepamehta.core.service
 

Methods in de.deepamehta.core.service with parameters of type EventListener
abstract  void DeepaMehtaEvent.deliver(EventListener listener, Object... params)
          Delivers this event to the given listener.
 

Uses of EventListener in de.deepamehta.core.service.event
 

Subinterfaces of EventListener in de.deepamehta.core.service.event
 interface AllPluginsActiveListener
           
 interface IntroduceAssociationTypeListener
          ### FIXDOC Allows a plugin to modify type definitions -- exisisting ones and future ones.
 interface IntroduceTopicTypeListener
          ### FIXDOC Allows a plugin to modify type definitions -- exisisting ones and future ones.
 interface PostCreateAssociationListener
           
 interface PostCreateTopicListener
           
 interface PostDeleteAssociationListener
           
 interface PostDeleteTopicListener
           
 interface PostUpdateAssociationListener
           
 interface PostUpdateTopicListener
           
 interface PostUpdateTopicRequestListener
           
 interface PreCreateAssociationListener
           
 interface PreCreateTopicListener
           
 interface PreDeleteAssociationListener
           
 interface PreDeleteTopicListener
           
 interface PreSendAssociationListener
           
 interface PreSendAssociationTypeListener
           
 interface PreSendTopicListener
           
 interface PreSendTopicTypeListener
           
 interface PreUpdateAssociationListener
           
 interface PreUpdateTopicListener
           
 interface ResourceRequestFilterListener
           
 interface ServiceRequestFilterListener
           
 interface ServiceResponseFilterListener
           
 

Uses of EventListener in de.deepamehta.plugins.accesscontrol
 

Classes in de.deepamehta.plugins.accesscontrol that implement EventListener
 class AccessControlPlugin
           
 

Uses of EventListener in de.deepamehta.plugins.accesscontrol.event
 

Subinterfaces of EventListener in de.deepamehta.plugins.accesscontrol.event
 interface PostLoginUserListener
           
 interface PostLogoutUserListener
           
 

Uses of EventListener in de.deepamehta.plugins.caching
 

Classes in de.deepamehta.plugins.caching that implement EventListener
 class CachingPlugin
           
 

Uses of EventListener in de.deepamehta.plugins.geomaps
 

Classes in de.deepamehta.plugins.geomaps that implement EventListener
 class GeomapsPlugin
           
 

Uses of EventListener in de.deepamehta.plugins.time
 

Classes in de.deepamehta.plugins.time that implement EventListener
 class TimePlugin
           
 

Uses of EventListener in de.deepamehta.plugins.typeeditor
 

Classes in de.deepamehta.plugins.typeeditor that implement EventListener
 class TypeEditorPlugin
           
 

Uses of EventListener in de.deepamehta.plugins.webclient
 

Classes in de.deepamehta.plugins.webclient that implement EventListener
 class WebclientPlugin
           
 

Uses of EventListener in de.deepamehta.plugins.workspaces
 

Classes in de.deepamehta.plugins.workspaces that implement EventListener
 class WorkspacesPlugin
           
 



Copyright © 2014. All Rights Reserved.