| Package | Description | 
|---|---|
| org.universAAL.ri.api.manager | 
 Common core classes of the manager. 
 | 
| org.universAAL.utilities.api | 
 Contains the most basic helper utility for using the universAAL simplified API. 
 | 
| Class and 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. 
 | 
| 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. 
 | 
| Class and 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. 
 | 
Copyright © 2018 universAAL Consortium. All rights reserved.