org.n52.wps.server.observerpattern
Interface ISubject
- All Known Implementing Classes:
- AbstractGridGainAlgorithm, AbstractObservableAlgorithm, AbstractSelfDescribingAlgorithm, AbstractUnicoreAlgorithm, AddRasterValues, ConvexHullAlgorithm, DifferenceAlgorithm, DouglasPeuckerAlgorithm, GridGainSimpleBufferAlgorithm, IntersectionAlgorithm, SimpleBufferAlgorithm, TopologyPreservingSimplificationAlgorithm, UnicoreSimpleBufferAlgorithm
public interface ISubject
addObserver
void addObserver(IObserver o)
removeObserver
void removeObserver(IObserver o)
getState
java.lang.Object getState()
update
void update(java.lang.Object state)
Copyright © 2007-2011 52north.org. All Rights Reserved.