org.rythmengine.internal
Interface IEvent<RETURN,PARAM>

All Known Implementing Classes:
RythmEvents

public interface IEvent<RETURN,PARAM>

Defines event to be used in rythm system


Method Summary
 boolean isSafe()
           
 RETURN trigger(IEventDispatcher eventBus, PARAM eventParams)
           
 

Method Detail

trigger

RETURN trigger(IEventDispatcher eventBus,
               PARAM eventParams)

isSafe

boolean isSafe()


Copyright © 2013. All Rights Reserved.