org.apache.pivot.wtk
Class ApplicationContext.QueuedCallback

java.lang.Object
  extended by org.apache.pivot.wtk.ApplicationContext.QueuedCallback
All Implemented Interfaces:
Runnable
Enclosing class:
ApplicationContext

public static class ApplicationContext.QueuedCallback
extends Object
implements Runnable

Class representing a queued callback.


Method Summary
 boolean cancel()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public void run()
Specified by:
run in interface Runnable

cancel

public boolean cancel()