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

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

Uses of ContextEvent in org.granite.tide.cdi
 

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

Methods in org.granite.tide.cdi with parameters of type ContextEvent
 void TideInvocation.addEvent(ContextEvent event)
           
 

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.seam
 

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

Methods in org.granite.tide.seam with parameters of type ContextEvent
 void TideInvocation.addEvent(ContextEvent event)
           
 

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()