org.keridwen.core.messaging
Interface EventKey

All Known Implementing Classes:
DefaultEventKey

public interface EventKey

An EventKey is the unique ID of an event. It contains a reference to the class of the Command that will be instantiated and executed when the event is triggered.


Method Summary
 String getId()
           
 

Method Detail

getId

String getId()


Copyright © 2010-2013 Artenum. All Rights Reserved.