Uses of Interface
org.keridwen.core.messaging.EventKey

Packages that use EventKey
org.keridwen.core.messaging Project : Keridwen Copyright : Artenum SARL, 24 rue Louis Blanc 75010, Paris, France 2010. 
org.keridwen.core.messaging.internal   
 

Uses of EventKey in org.keridwen.core.messaging
 

Classes in org.keridwen.core.messaging that implement EventKey
 class DefaultEventKey<ReturnType,MessageType>
          Default event.
 

Methods in org.keridwen.core.messaging that return EventKey
 EventKey ViewEvent.getKey()
           
 EventKey Event.getKey()
          Returns the unique EventKey of this Event.
 

Methods in org.keridwen.core.messaging with parameters of type EventKey
 boolean DefaultBundleController.containsEventKey(EventKey key)
           
 boolean BundleController.containsEventKey(EventKey key)
          Checks whether the given key is registered in the controller.
static
<ReturnType,MessageType>
EventBuilder
EventBuilder.event(EventKey key, MessageType message)
          Builds an Event with the given key and message.
 void DefaultBundleController.unregisterEvent(EventKey... keyArray)
           
 void BundleController.unregisterEvent(EventKey... keyArray)
          Unregisters the Command associated to the given EventKeys.
 

Constructors in org.keridwen.core.messaging with parameters of type EventKey
ViewEvent(EventKey anEventKey, MessageType aMessage)
           
ViewEvent(EventKey anEventKey, MessageType aMessage, String name, Icon icon, String tooltip)
           
 

Uses of EventKey in org.keridwen.core.messaging.internal
 

Fields in org.keridwen.core.messaging.internal declared as EventKey
static EventKey CoreEventKeys.org_keridwen_core_exit
           
static EventKey CoreEventKeys.org_keridwen_core_save
           
 

Methods in org.keridwen.core.messaging.internal that return EventKey
 EventKey DefaultEvent.getKey()
           
 

Constructors in org.keridwen.core.messaging.internal with parameters of type EventKey
DefaultEvent(EventKey anEventKey, MessageType aMessage)
          Builds an Event with the given unique EventKey and a message to transport.
DefaultEvent(EventKey anEventKey, MessageType aMessage, Object aSource)
          Builds an Event with the given unique EventKey and a message to transport.
DefaultEvent(EventKey anEventKey, MessageType aMessage, Object aSource, BundleController aDestination)
          Builds an Event with the given unique EventKey and a message to transport.
 



Copyright © 2010-2013 Artenum. All Rights Reserved.