public interface GuiCallback
限定符和类型 | 方法和说明 |
---|---|
void |
dispatchNextGuiEvent()
Processes the next GUI event.
|
void |
enterInterrupt(DIM.StackFrame lastFrame,
java.lang.String threadTitle,
java.lang.String alertMessage)
Called when the interrupt loop has been entered.
|
boolean |
isGuiEventThread()
Returns whether the current thread is the GUI's event thread.
|
void |
onRegist(DIM.SourceInfo sourceInfo)
Called when the source text of some script has been changed.
|
void |
onResumed() |
void onRegist(DIM.SourceInfo sourceInfo)
void enterInterrupt(DIM.StackFrame lastFrame, java.lang.String threadTitle, java.lang.String alertMessage)
void onResumed()
boolean isGuiEventThread()
void dispatchNextGuiEvent() throws java.lang.InterruptedException
java.lang.InterruptedException