Uses of Interface
de.mhus.lib.core.lang.IObserver
-
Packages that use IObserver Package Description de.mhus.lib.core -
-
Uses of IObserver in de.mhus.lib.core
Methods in de.mhus.lib.core with parameters of type IObserver Modifier and Type Method Description voidMObserverHandler. onFire(IObserver<T> listener, Object event, Object... values)static voidMFile. readLines(File file, IObserver<String> lineObserver)static voidMFile. readLines(InputStream is, IObserver<String> lineObserver)The stream will not be closed.static voidMFile. readLines(Reader r, IObserver<String> lineObserver)
-