|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.gameengine.icadroids.forms.ViewRemover
public class ViewRemover
Removes views created by the ViewCreator. Don't use this class by yourself! It's used by GameForm to correctly remove views Note: This class must run on the UI thread.
Constructor Summary | |
---|---|
protected |
ViewRemover(int layoutID)
Remove the given view created by ViewCreator |
Method Summary | |
---|---|
void |
run()
run() runs on the UI Thread for one time. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ViewRemover(int layoutID)
layoutID
- the layout id that must be deletedMethod Detail |
---|
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |