Interface Runnable
Package com.here.sdk.core.threading
Interface Runnable
-
public interface RunnableInterface that should be implemented by any class whose instances are intended to be executed by a thread.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun()Method that will be called when this Runnable is executed.
-