Uses of Class
org.universAAL.middleware.context.ContextEvent

Packages that use ContextEvent
org.security.session.manager.context   
org.security.session.manager.impl   
org.universAAL.context.che Contains the universAAL-specific wrappers. 
org.universAAL.context.che.database Contains the basic interfaces for the store. 
org.universAAL.context.che.database.impl Contains the default implementations of the store. 
org.universAAL.context.chemobile Contains the implementation. 
org.universAAL.context.reasoner   
org.universAAL.drools.engine   
org.universAAL.kinect.adapter.contextBus   
org.universAAL.kinect.adapter.defaultComponents   
org.universAAL.kinect.adapter.instance.contextBus   
org.universAAL.lddi.samples.activityhub.client   
org.universAAL.lddi.samples.device.client   
org.universAAL.lddi.subscriber.test.gui   
org.universAAL.middleware.context   
org.universAAL.middleware.context.impl   
org.universAAL.ontology.reasoner   
org.universAAL.reliability.reasoner   
org.universAAL.ri.gateway.eimanager   
org.universAAL.ri.gateway.eimanager.impl   
org.universAAL.ri.gateway.eimanager.impl.exporting   
org.universAAL.ri.gateway.eimanager.impl.importing   
org.universAAL.ri.gateway.support.android   
org.universAAL.samples.context.reasoner.client.uaalinterface   
org.universAAL.samples.ctxtbus   
org.universAAL.samples.lighting.client   
org.universAAL.samples.lighting.uiclient   
org.universAAL.samples.utils.app   
org.universAAL.samples.utils.client   
org.universAAL.support.utils Contains the most basic helper utility for using the universAAL simplified API. 
org.universAAL.ui.dm.adapters   
org.universAAL.ui.dm.ui.preferences.buffer   
 

Uses of ContextEvent in org.security.session.manager.context
 

Methods in org.security.session.manager.context with parameters of type ContextEvent
 void Subscriber.handleContextEvent(ContextEvent event)
          
 

Uses of ContextEvent in org.security.session.manager.impl
 

Methods in org.security.session.manager.impl with parameters of type ContextEvent
 void SituationMonitorImpl.handleContextEvent(ContextEvent event)
          
 

Uses of ContextEvent in org.universAAL.context.che
 

Methods in org.universAAL.context.che with parameters of type ContextEvent
 void ContextHistorySubscriber.handleContextEvent(ContextEvent event)
           
 

Uses of ContextEvent in org.universAAL.context.che.database
 

Methods in org.universAAL.context.che.database with parameters of type ContextEvent
 void Backend.storeEvent(ContextEvent e)
          Stores a ContextEvent in the underlying store.
 

Uses of ContextEvent in org.universAAL.context.che.database.impl
 

Methods in org.universAAL.context.che.database.impl with parameters of type ContextEvent
 void SesameBackendCrdCnf.storeEvent(ContextEvent e)
           
 void SesameBackendCrdClcCnf.storeEvent(ContextEvent e)
           
 void SesameBackendCrdClc2Cnf.storeEvent(ContextEvent e)
           
 void SesameBackendWithConfidence.storeEvent(ContextEvent e)
           
 void SesameBackend.storeEvent(ContextEvent e)
           
 

Uses of ContextEvent in org.universAAL.context.chemobile
 

Methods in org.universAAL.context.chemobile with parameters of type ContextEvent
 void MobileHistorySubscriber.handleContextEvent(ContextEvent event)
           
 

Uses of ContextEvent in org.universAAL.context.reasoner
 

Methods in org.universAAL.context.reasoner with parameters of type ContextEvent
 void CSubsMulti.handleContextEvent(ContextEvent event)
           
 

Uses of ContextEvent in org.universAAL.drools.engine
 

Methods in org.universAAL.drools.engine with parameters of type ContextEvent
 void Suscriber.handleContextEvent(ContextEvent event)
           
 

Uses of ContextEvent in org.universAAL.kinect.adapter.contextBus
 

Methods in org.universAAL.kinect.adapter.contextBus that return ContextEvent
 ContextEvent AbstractContext.getContextEvent()
          This method returns the ContextEvent
 

Methods in org.universAAL.kinect.adapter.contextBus with parameters of type ContextEvent
 void IContextCallback.CallbackForHandleContextEvent(ContextEvent event)
          Callback for handling ContextEvents
 Collection<?> AbstractContext.handleContextEvent(ContextEvent response)
          This method handles the given response.
 

Uses of ContextEvent in org.universAAL.kinect.adapter.defaultComponents
 

Methods in org.universAAL.kinect.adapter.defaultComponents with parameters of type ContextEvent
 void DefaultContextSubscriber.handleContextEvent(ContextEvent event)
          This methods just logs the received ContextEvent and forwards it if the callback field is not null.
 

Uses of ContextEvent in org.universAAL.kinect.adapter.instance.contextBus
 

Methods in org.universAAL.kinect.adapter.instance.contextBus that return ContextEvent
 ContextEvent HandGesturesPublisher.getContextEvent()
           
 

Methods in org.universAAL.kinect.adapter.instance.contextBus with parameters of type ContextEvent
 Collection<?> HandGesturesPublisher.handleContextEvent(ContextEvent response)
           
 

Uses of ContextEvent in org.universAAL.lddi.samples.activityhub.client
 

Methods in org.universAAL.lddi.samples.activityhub.client with parameters of type ContextEvent
 void MyActivityHubContextListener.handleContextEvent(ContextEvent event)
          receive and process centext events log to console send event details to GUI as String[]
 

Uses of ContextEvent in org.universAAL.lddi.samples.device.client
 

Methods in org.universAAL.lddi.samples.device.client with parameters of type ContextEvent
 void DeviceContextListener.handleContextEvent(ContextEvent event)
          receive and process centext events log to console send event details to GUI as String[]
 

Uses of ContextEvent in org.universAAL.lddi.subscriber.test.gui
 

Methods in org.universAAL.lddi.subscriber.test.gui with parameters of type ContextEvent
 void Subscriber.handleContextEvent(ContextEvent event)
          Receive and process context events
 void Subscriber.showReceivedEventInfo(ContextEvent event)
           
 

Uses of ContextEvent in org.universAAL.middleware.context
 

Methods in org.universAAL.middleware.context that return ContextEvent
static ContextEvent ContextEvent.constructSimpleEvent(String subjectURI, String subjectTypeURI, String predicate, Object object)
          Constructs a CHe stub ContextEvent according to the parameters passed
 

Methods in org.universAAL.middleware.context with parameters of type ContextEvent
 void ContextBus.brokerContextEvent(String publisherID, ContextEvent event)
          Send a Context Event through the Context Bus
abstract  void ContextSubscriber.handleContextEvent(ContextEvent event)
          Method to be called when an Event forwarded in the Context Bus matches one of the Patterns registered by this Subscriber.
 boolean ContextEventPattern.matches(ContextEvent ce)
           
 void ContextPublisher.publish(ContextEvent e)
          Forward a Context Event through the Context Bus
 

Uses of ContextEvent in org.universAAL.middleware.context.impl
 

Methods in org.universAAL.middleware.context.impl with parameters of type ContextEvent
 void ContextBusImpl.brokerContextEvent(String publisherID, ContextEvent msg)
           
 

Uses of ContextEvent in org.universAAL.ontology.reasoner
 

Methods in org.universAAL.ontology.reasoner that return ContextEvent
 ContextEvent Query.getResultingEvent()
           
 

Methods in org.universAAL.ontology.reasoner with parameters of type ContextEvent
 void Query.setResultingEvent(ContextEvent newPropValue)
           
 

Constructors in org.universAAL.ontology.reasoner with parameters of type ContextEvent
Query(ContextEvent resultingEvent, String searchString)
           
Query(String uri, ContextEvent resultingEvent, String searchString)
           
 

Uses of ContextEvent in org.universAAL.reliability.reasoner
 

Methods in org.universAAL.reliability.reasoner with parameters of type ContextEvent
 void ReliabilityReasonerSubscriber.handleContextEvent(ContextEvent event)
           
 

Uses of ContextEvent in org.universAAL.ri.gateway.eimanager
 

Methods in org.universAAL.ri.gateway.eimanager with parameters of type ContextEvent
 void ImportManager.sendContextEvent(String sourceId, ContextEvent event)
           
 

Uses of ContextEvent in org.universAAL.ri.gateway.eimanager.impl
 

Methods in org.universAAL.ri.gateway.eimanager.impl with parameters of type ContextEvent
 void ImportManagerImpl.sendContextEvent(String sourceId, ContextEvent event)
           
 

Uses of ContextEvent in org.universAAL.ri.gateway.eimanager.impl.exporting
 

Methods in org.universAAL.ri.gateway.eimanager.impl.exporting with parameters of type ContextEvent
 void ExportedProxyManager.handleContextEvent(String targetId, ContextEvent contextEvent)
           
 

Uses of ContextEvent in org.universAAL.ri.gateway.eimanager.impl.importing
 

Methods in org.universAAL.ri.gateway.eimanager.impl.importing with parameters of type ContextEvent
 void ProxyContextPublisher.publishContextEvent(ContextEvent event)
           
 void ImportedProxyManager.realizeLocalContextEventPublishment(String sourceId, ContextEvent event)
           
 

Uses of ContextEvent in org.universAAL.ri.gateway.support.android
 

Methods in org.universAAL.ri.gateway.support.android with parameters of type ContextEvent
 void LightingConsumer.handleContextEvent(ContextEvent event)
           
 

Uses of ContextEvent in org.universAAL.samples.context.reasoner.client.uaalinterface
 

Methods in org.universAAL.samples.context.reasoner.client.uaalinterface that return ContextEvent
 ContextEvent CHECaller.executeQuery(String theQuery)
          Execute a SPARQL CONSTRUCT query on the CHE that will return a reasoned event.
 

Methods in org.universAAL.samples.context.reasoner.client.uaalinterface that return types with arguments of type ContextEvent
 ArrayList<ContextEvent> ContextEventRecorder.getRecordedEvents()
           
 

Methods in org.universAAL.samples.context.reasoner.client.uaalinterface with parameters of type ContextEvent
 Query ReasoningCaller.addQuery(ContextEvent event, String queryString, boolean persistent)
          Add a new Query with a random URI to the Reasoner.
 Query ReasoningCaller.addQuery(String uri, ContextEvent event, String queryString, boolean persistent)
          Add a new Query with the given URI to the Reasoner.
 void ContextEventRecorder.handleContextEvent(ContextEvent event)
           
 

Uses of ContextEvent in org.universAAL.samples.ctxtbus
 

Methods in org.universAAL.samples.ctxtbus that return ContextEvent
static ContextEvent CPublisher.getSample(int sample)
           
 

Methods in org.universAAL.samples.ctxtbus with parameters of type ContextEvent
 void CSubscriber2.handleContextEvent(ContextEvent event)
           
 void CSubscriber.handleContextEvent(ContextEvent event)
           
 

Uses of ContextEvent in org.universAAL.samples.lighting.client
 

Methods in org.universAAL.samples.lighting.client with parameters of type ContextEvent
 void LightingConsumer.handleContextEvent(ContextEvent event)
           
 

Uses of ContextEvent in org.universAAL.samples.lighting.uiclient
 

Methods in org.universAAL.samples.lighting.uiclient with parameters of type ContextEvent
 void LightingConsumer.handleContextEvent(ContextEvent event)
           
 

Uses of ContextEvent in org.universAAL.samples.utils.app
 

Methods in org.universAAL.samples.utils.app with parameters of type ContextEvent
 void SubscriberExample.handleContextEvent(ContextEvent event)
           
 

Uses of ContextEvent in org.universAAL.samples.utils.client
 

Methods in org.universAAL.samples.utils.client with parameters of type ContextEvent
 void SubscriberExample.handleContextEvent(ContextEvent event)
           
 

Uses of ContextEvent in org.universAAL.support.utils
 

Methods in org.universAAL.support.utils with parameters of type ContextEvent
 void WrapperC.handleContextEvent(ContextEvent event)
           
 void ICListener.handleContextEvent(ContextEvent event)
          When an event matches a pattern associated to this listener by UAAL helper, this method is called and is passed the event.
 void UAAL.sendC(ContextEvent e)
          Sends a Context Event.
 

Uses of ContextEvent in org.universAAL.ui.dm.adapters
 

Methods in org.universAAL.ui.dm.adapters with parameters of type ContextEvent
 void AdapterUserLocation.handleContextEvent(ContextEvent event)
          
 

Uses of ContextEvent in org.universAAL.ui.dm.ui.preferences.buffer
 

Methods in org.universAAL.ui.dm.ui.preferences.buffer with parameters of type ContextEvent
 void UIPreferencesBufferSubscriptor.handleContextEvent(ContextEvent event)
          
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.