public abstract class PtrUIHandlerHook
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
PtrUIHandlerHook() |
| Modifier and Type | Method and Description |
|---|---|
void |
reset() |
void |
resume() |
void |
setResumeAction(java.lang.Runnable runnable)
Hook should always have a resume action, which is hooked by this hook.
|
void |
takeOver() |
void |
takeOver(java.lang.Runnable resumeAction) |
public void takeOver()
public void takeOver(java.lang.Runnable resumeAction)
public void reset()
public void resume()
public void setResumeAction(java.lang.Runnable runnable)
runnable -