org.universAAL.kinect.adapter.instance.contextBus
Class HandGesturesPublisher

Package class diagram package HandGesturesPublisher
java.lang.Object
  extended by org.universAAL.kinect.adapter.instance.contextBus.HandGesturesPublisher
All Implemented Interfaces:
AbstractContext

public class HandGesturesPublisher
extends Object
implements AbstractContext


Constructor Summary
HandGesturesPublisher()
           
 
Method Summary
 ContextEvent getContextEvent()
          This method returns the ContextEvent
 Collection<?> handleContextEvent(ContextEvent response)
          This method handles the given response.
 void setContextEvent(Collection<?> args)
          This method sets the arguments of the ContextEvent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandGesturesPublisher

public HandGesturesPublisher()
Method Detail

getContextEvent

public final ContextEvent getContextEvent()
Description copied from interface: AbstractContext
This method returns the ContextEvent

Specified by:
getContextEvent in interface AbstractContext
Returns:

setContextEvent

public final void setContextEvent(Collection<?> args)
Description copied from interface: AbstractContext
This method sets the arguments of the ContextEvent.

Specified by:
setContextEvent in interface AbstractContext
Parameters:
args - Collection of arguments to be used for creating the proper ContextEvent

handleContextEvent

public final Collection<?> handleContextEvent(ContextEvent response)
Description copied from interface: AbstractContext
This method handles the given response.

Specified by:
handleContextEvent in interface AbstractContext
Parameters:
response - The ContextEvent to be processed
Returns:
A collection of objects extracted from the response.


Copyright © 2014 universAAL Consortium. All Rights Reserved.