org.granite.client.tide.spring
Class TideApplicationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by org.granite.client.tide.spring.TideApplicationEvent
All Implemented Interfaces:
Serializable, TideEvent

public class TideApplicationEvent
extends ApplicationEvent
implements TideEvent

Author:
William DRAI
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TideApplicationEvent(Context context, String type, Object... args)
           
 
Method Summary
 Object[] getArgs()
           
 Context getContext()
           
 String getType()
           
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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