org.granite.client.tide.cdi
Class TideApplicationEvent

java.lang.Object
  extended by org.granite.client.tide.cdi.TideApplicationEvent
All Implemented Interfaces:
TideEvent

public class TideApplicationEvent
extends Object
implements TideEvent

Author:
William DRAI

Constructor Summary
TideApplicationEvent(Context context, String type, Object... args)
           
 
Method Summary
 Object[] getArgs()
           
 Context getContext()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TideApplicationEvent

public TideApplicationEvent(Context context,
                            String type,
                            Object... args)
Method Detail

getContext

public Context getContext()
Specified by:
getContext in interface TideEvent

getType

public String getType()
Specified by:
getType in interface TideEvent

getArgs

public Object[] getArgs()
Specified by:
getArgs in interface TideEvent