Uses of Class
org.isam.exehda.services.ctxm.ContextEvent

Packages that use ContextEvent
org.isam.exehda.services.ctxm   
 

Uses of ContextEvent in org.isam.exehda.services.ctxm
 

Methods in org.isam.exehda.services.ctxm that return ContextEvent
 ContextEvent SingleSensorChainDouble.updateChain(Environment env, long tsNow)
           
 ContextEvent ContextEventQueue.pop()
          Consumes the event in the queue's head, returning that element.
abstract  ContextEvent ContextChain.updateChain(Environment env, long tsNow)
          Notifies the chain that the current environment has changed.
 

Methods in org.isam.exehda.services.ctxm with parameters of type ContextEvent
 void ContextEventQueue.push(ContextEvent ev)
          Appends a new event to the tail of the queue.