org.granite.client.tide.cdi
Class TideApplicationEvent
java.lang.Object
org.granite.client.tide.cdi.TideApplicationEvent
- All Implemented Interfaces:
- TideEvent
public class TideApplicationEvent
- extends Object
- implements TideEvent
- Author:
- William DRAI
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TideApplicationEvent
public TideApplicationEvent(Context context,
String type,
Object... args)
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