org.granite.client.tide.impl
Class SimpleEventBus

java.lang.Object
  extended by org.granite.client.tide.impl.SimpleEventBus
All Implemented Interfaces:
EventBus
Direct Known Subclasses:
CDIEventBus, SpringEventBus

public class SimpleEventBus
extends Object
implements EventBus

Author:
William DRAI

Constructor Summary
SimpleEventBus()
           
 
Method Summary
 void raiseEvent(Context context, String type, Object... args)
           
protected  void raiseEvent(TideEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleEventBus

public SimpleEventBus()
Method Detail

raiseEvent

public void raiseEvent(Context context,
                       String type,
                       Object... args)
Specified by:
raiseEvent in interface EventBus

raiseEvent

protected void raiseEvent(TideEvent event)