com.nutiteq.android
Class RepaintHandler

java.lang.Object
  extended by android.os.Handler
      extended by com.nutiteq.android.RepaintHandler

public class RepaintHandler
extends android.os.Handler


Nested Class Summary
 
Nested classes/interfaces inherited from class android.os.Handler
android.os.Handler.Callback
 
Constructor Summary
RepaintHandler(MapView mapView)
           
 
Method Summary
 void clean()
           
 void handleMessage(android.os.Message msg)
           
 
Methods inherited from class android.os.Handler
dispatchMessage, dump, getLooper, hasMessages, hasMessages, obtainMessage, obtainMessage, obtainMessage, obtainMessage, obtainMessage, post, postAtFrontOfQueue, postAtTime, postAtTime, postDelayed, removeCallbacks, removeCallbacks, removeCallbacksAndMessages, removeMessages, removeMessages, sendEmptyMessage, sendEmptyMessageAtTime, sendEmptyMessageDelayed, sendMessage, sendMessageAtFrontOfQueue, sendMessageAtTime, sendMessageDelayed, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepaintHandler

public RepaintHandler(MapView mapView)
Method Detail

handleMessage

public void handleMessage(android.os.Message msg)
Overrides:
handleMessage in class android.os.Handler

clean

public void clean()