Interface | Description |
---|---|
Observer |
A
Observer is meant as a listener to receive changes in a
corresponding Observable Object. |
Class | Description |
---|---|
AppUtility |
The
AppUtility provides utility methods related to the screen
parameters. |
ConditionResolver |
The
ConditionResolver enables tests at runtime, on which
platform the application is running. |
ContextKeyStore |
The
ContextKeyStore is used to store and access objects in the
application context. |
Observable |
An implementation of the Observer-pattern to notify a set of registered
Observer 's that the data associated with this Objects has been
changed. |
StringTokenizer |
The class
StringTokenizer splits a String into tokens based on
one or multiple characters used as delimiters. |