org.yestech.event.event
Interface IEvent

All Superinterfaces:
Serializable
All Known Subinterfaces:
ICamelEvent
All Known Implementing Classes:
BaseCamelEvent, BaseEvent

public interface IEvent
extends Serializable

Interface all events should implement. If the event wishes to be explicit on the type of result it requires use the EventResultType annotation.

See Also:
EventResultType, IListener

Method Summary
 String getEventName()
          Returns a unique name for the event.
 

Method Detail

getEventName

String getEventName()
Returns a unique name for the event.

Returns:
the name


Copyright © 2010 YES Technology Association. All Rights Reserved.