after-load-file in editor<%>
after-load-file
editor<%>
Called just after the editor is loaded from a file. The argument to the method specifies whether the load was successful or not. See also can-load-file? and on-load-file.
can-load-file?
on-load-file
(send an-editor after-load-file success?) -> void success? : boolean
(send an-editor after-load-file success?)
send
an-editor
success?