info.magnolia.event
Interface Event<H extends EventHandler>

Type Parameters:
H - The handler the events will be dispatched to

public interface Event<H extends EventHandler>

Marker interface for events used in the EventBus.

See Also:
EventBus, EventHandler

Method Summary
 void dispatch(H handler)
          Dispatches the event to a handler.
 

Method Detail

dispatch

void dispatch(H handler)
Dispatches the event to a handler.



Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.