Uses of Interface
org.apache.hop.core.changed.IHopObserver
-
Packages that use IHopObserver Package Description org.apache.hop.base org.apache.hop.core.changed -
-
Uses of IHopObserver in org.apache.hop.base
Methods in org.apache.hop.base with parameters of type IHopObserver Modifier and Type Method Description voidAbstractMeta. addObserver(IHopObserver o)voidAbstractMeta. deleteObserver(IHopObserver o) -
Uses of IHopObserver in org.apache.hop.core.changed
Methods in org.apache.hop.core.changed with parameters of type IHopObserver Modifier and Type Method Description voidChangedFlag. addObserver(IHopObserver o)voidChangedFlag. deleteObserver(IHopObserver o)
-