See: Description
Interface | Description |
---|---|
ICListener |
Implementations of this interface act like a Context Subscriber: When an
event matches a pattern associated to it by universAAL helper, it is passed to its
hadleContextEvent method.
|
ISListener |
Implementations of this interface act like a Service Callee: When a service
call request matches a service profile associated to it by universAAL helper, it is
passed to its hadleCall method.
|
IUIListener |
Implementations of this interface act like a UI Caller: When a UI response is
received to a UI request associated to the listener by universAAL helper, it is
passed to its hadleUIResponse method.
|
Class | Description |
---|---|
UAAL |
This is a central helper class that allows you to interact with universAAL
from a very high level, use its main features, and doing it with few or no
extra classes and little code.
|
WrapperC |
This class is for internal use by the utility API only.
|
WrapperS |
This class is for internal use by the utility API only.
|
WrapperUI |
This class is for internal use by the utility API only.
|
Copyright © 2018 universAAL Consortium. All rights reserved.