org.granite.client.tide.impl
Class SimpleEventBus
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleEventBus
public SimpleEventBus()
raiseEvent
public void raiseEvent(Context context,
String type,
Object... args)
- Specified by:
raiseEvent in interface EventBus
raiseEvent
protected void raiseEvent(TideEvent event)