Uses of Class
org.granite.tide.invocation.ContextEvent

Packages that use ContextEvent
org.granite.tide.invocation   
org.granite.tide.util   
 

Uses of ContextEvent in org.granite.tide.invocation
 

Methods in org.granite.tide.invocation that return types with arguments of type ContextEvent
 List<ContextEvent> InvocationResult.getEvents()
           
 

Method parameters in org.granite.tide.invocation with type arguments of type ContextEvent
 void InvocationResult.setEvents(List<ContextEvent> events)
           
 

Uses of ContextEvent in org.granite.tide.util
 

Methods in org.granite.tide.util that return types with arguments of type ContextEvent
 List<ContextEvent> AbstractContext.getRemoteEvents()