Uses of Interface
org.teavm.classlib.java.util.TObserver
Packages that use TObserver
-
Uses of TObserver in org.teavm.classlib.java.util
Methods in org.teavm.classlib.java.util with parameters of type TObserverModifier and TypeMethodDescriptionvoidTObservable.addObserver(TObserver observer) Adds the specified observer to the list of observers.voidTObservable.deleteObserver(TObserver observer) Removes the specified observer from the list of observers.