Interface Summary |
Adapter<A,B> |
Converts and instance of type A to a new instance of type B. |
Factory<T> |
Defines a generic interface for a class that is able to create an object of a
given type from an unparameterized call. |
GlobalIdentifier |
A GlobalIdentifier is expected to be Globally Unique. |
Listener<T> |
Listens for events of type T. |
LocalIdentifier |
A LocalIdentifier should be unique within its scope, but has no expectation
of being Globally Unique if used elsewhere. |
Source<T> |
Defines a class which can get and set an object of the specified type. |