Package lima.observation

Interface Summary
Event Objects instantiated from class implementations of this interface represent events.
Observable Objects instantiated from class implementations of this interface represent observable entities.
Observer Objects instantiated from class implementations of this interface represent observers.
 

Class Summary
ObservableBase A class that implements the Observable Pattern, to be extended by any classes that wish to provide an event notification mechanism for interested observers.