-
public class MapSnapshotHandler extends Handler
Custom-made Handler for MapSnapshot
-
-
Constructor Summary
Constructors Constructor Description MapSnapshotHandler(MapSnapshot pMapSnapshot)
-
Method Summary
Modifier and Type Method Description void
handleMessage(Message msg)
void
destroy()
-
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
-
MapSnapshotHandler
MapSnapshotHandler(MapSnapshot pMapSnapshot)
-
-
Method Detail
-
handleMessage
void handleMessage(Message msg)
-
destroy
void destroy()
-
-
-
-