org.universAAL.support.utils
Interface ICListener

Package class diagram package ICListener

public interface ICListener

Implementations of this interface act like a Context Subscriber: When an event matches a pattern associated to it by UAAL helper, it is passed to its hadleContextEvent method.

Author:
alfiva

Method Summary
 void 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.
 

Method Detail

handleContextEvent

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

Parameters:
event - The received Context Event.
See Also:
ContextSubscriber.handleContextEvent(org.universAAL.middleware.context.ContextEvent)


Copyright © 2014 universAAL Consortium. All Rights Reserved.