org.granite.client.tide.cdi
Class CDIEventBus

java.lang.Object
  extended by org.granite.client.tide.impl.SimpleEventBus
      extended by org.granite.client.tide.cdi.CDIEventBus
All Implemented Interfaces:
EventBus

@ApplicationScoped
public class CDIEventBus
extends SimpleEventBus

Author:
William DRAI

Constructor Summary
CDIEventBus()
           
 
Method Summary
 void onApplicationEvent(TideApplicationEvent event)
           
 void raiseEvent(Context context, String type, Object... args)
           
 
Methods inherited from class org.granite.client.tide.impl.SimpleEventBus
raiseEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDIEventBus

public CDIEventBus()
Method Detail

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)