Uses of Class
de.deepamehta.core.impl.CoreEvent

Packages that use CoreEvent
de.deepamehta.core.impl   
 

Uses of CoreEvent in de.deepamehta.core.impl
 

Fields in de.deepamehta.core.impl with type parameters of type CoreEvent
private static Map<String,CoreEvent> CoreEvent.events
           
 

Methods in de.deepamehta.core.impl that return CoreEvent
(package private) static CoreEvent CoreEvent.fromListenerInterface(Class listenerInterface)
           
static CoreEvent CoreEvent.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CoreEvent[] CoreEvent.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in de.deepamehta.core.impl with parameters of type CoreEvent
(package private)  void EventManager.addListener(CoreEvent event, Listener listener)
           
(package private)  void EventManager.deliverEvent(Listener listener, CoreEvent event, Object... params)
           
(package private)  void EventManager.fireEvent(CoreEvent event, Object... params)
           
(package private)  void EmbeddedService.fireEvent(CoreEvent event, Object... params)
           
private  void PluginImpl.fireEventLocally(CoreEvent event, Object... params)
          Fires an event locally, that is it is delivered only to this plugin itself.
private  List<Listener> EventManager.getListeners(CoreEvent event)
           
private  boolean PluginImpl.isListener(CoreEvent event)
          Returns true if this plugin is a listener for the specified event.
private  void CoreEvent.put(CoreEvent event)
           
private  void EventManager.putListeners(CoreEvent event, List<Listener> listeners)
           
(package private)  void EventManager.removeListener(CoreEvent event, Listener listener)
           
 



Copyright © 2013. All Rights Reserved.