org.granite.client.tide.cdi
Class CDIEventBus
java.lang.Object
org.granite.client.tide.impl.SimpleEventBus
org.granite.client.tide.cdi.CDIEventBus
- All Implemented Interfaces:
- EventBus
@ApplicationScoped
public class CDIEventBus
- extends SimpleEventBus
- Author:
- William DRAI
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CDIEventBus
public CDIEventBus()
raiseEvent
public void raiseEvent(Context context,
String type,
Object... args)
- Specified by:
raiseEvent in interface EventBus- Overrides:
raiseEvent in class SimpleEventBus
onApplicationEvent
public void onApplicationEvent(@Observes
TideApplicationEvent event)