|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface StrangeEonsEditor.HeartbeatListener
A listener to be called by an editor once per redraw update check.
The rate of this check is set by the Preview Window Update Rate
setting in the preferences dialog. Plug-ins can use this to write
changes to a component as the user manipulates editor controls.
If the listener returns true, this indicates that the
listener has made changes to the component and it should be redrawn.
| Method Summary | |
|---|---|
boolean |
heartbeat(StrangeEonsEditor editor)
The listener is being offered a chance to write changes to the component, and should return true is changes are
written that require the preview to be redrawn. |
| Method Detail |
|---|
boolean heartbeat(StrangeEonsEditor editor)
true is changes are
written that require the preview to be redrawn.
Note that if the listener always returns true, then
the preview window will not update, as pending updates are queued
and drawn only when the queue stops growing.
editor - the editor that is processing a heartbeat
true if the preview should be redrawn
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||