-
public class SimpleInvalidationHandler extends Handler
-
-
Constructor Summary
Constructors Constructor Description SimpleInvalidationHandler(View pView)
-
Method Summary
Modifier and Type Method Description voidhandleMessage(Message msg)voiddestroy()See https://github.com/osmdroid/osmdroid/issues/390 -
Methods inherited from class android.os.Handler
createAsync, dispatchMessage, dump, getLooper, getMessageName, handleMessage, hasCallbacks, hasMessages, obtainMessage, post, postAtFrontOfQueue, postAtTime, postDelayed, removeCallbacks, removeCallbacksAndMessages, removeMessages, sendEmptyMessage, sendEmptyMessageAtTime, sendEmptyMessageDelayed, sendMessage, sendMessageAtFrontOfQueue, sendMessageAtTime, sendMessageDelayed, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SimpleInvalidationHandler
SimpleInvalidationHandler(View pView)
-
-
Method Detail
-
handleMessage
void handleMessage(Message msg)
-
destroy
void destroy()
-
-
-
-