public class Context<T> extends java.lang.Object
static <T> Context<T>
create(T item)
void
end()
T
getItem()
onEnd(java.lang.Runnable run)
set(T item)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T> Context<T> create(T item)
public T getItem()
public void onEnd(java.lang.Runnable run)
public void end()
public void set(T item)