Package org.palladiosimulator.commons.designpatterns
Package helping to implement various design patterns.
-
Interface Summary Interface Description IAbstractObservable<T> An interface to the abstract Observable class. -
Class Summary Class Description AbstractObservable<ObserverInterfaceType> A generic implementation of an Observable object as defined by the Observer pattern.