Uses of Interface
net.sf.okapi.common.observer.IObservable
-
Packages that use IObservable Package Description net.sf.okapi.common.observer Interfaces and base classes to implement the Observer pattern.net.sf.okapi.common.pipeline Interfaces and classes to implement and manage pipelines.net.sf.okapi.common.pipelinebuilder net.sf.okapi.steps.sentencealigner -
-
Uses of IObservable in net.sf.okapi.common.observer
Classes in net.sf.okapi.common.observer that implement IObservable Modifier and Type Class Description classBaseObservableDefault implementation of anIObservable.classWeakReferenceObservableImplementation ofIObservablethat holds references to Observers as WeakReferences.Methods in net.sf.okapi.common.observer with parameters of type IObservable Modifier and Type Method Description voidIObserver. update(IObservable o, Object arg)This method is called whenever the observed object is changed.protected voidBaseObservable. wrappedNotify(IObserver observer, IObservable observable, Object arg)This method is intended to encapsulate the notification semantics, in order to let extended classes to implement their own version.Constructors in net.sf.okapi.common.observer with parameters of type IObservable Constructor Description BaseObservable(IObservable observable)WeakReferenceObservable(IObservable observable)Creates a new WeakReferenceObservable object with a givenIObservableobject. -
Uses of IObservable in net.sf.okapi.common.pipeline
Classes in net.sf.okapi.common.pipeline that implement IObservable Modifier and Type Class Description classPipelineDefault implementations of theIPipelineinterface.Methods in net.sf.okapi.common.pipeline with parameters of type IObservable Modifier and Type Method Description voidPipeline. update(IObservable o, Object arg) -
Uses of IObservable in net.sf.okapi.common.pipelinebuilder
Classes in net.sf.okapi.common.pipelinebuilder that implement IObservable Modifier and Type Class Description classXPipeline -
Uses of IObservable in net.sf.okapi.steps.sentencealigner
Methods in net.sf.okapi.steps.sentencealigner with parameters of type IObservable Modifier and Type Method Description voidSentenceAlignerStep. update(IObservable o, Object event)
-