Search this API

y.option
Interface Editor.Listener

Enclosing interface:
Editor

public static interface Editor.Listener

Interface to support notification when an editor is added or removed.

 

Method Summary
 void editorAdded(Editor.Event evt)
          Called when the specified editor is added.
 void editorRemoved(Editor.Event evt)
          Called when the specified editor is removed.
 

Method Detail

editorAdded

void editorAdded(Editor.Event evt)
Called when the specified editor is added.


editorRemoved

void editorRemoved(Editor.Event evt)
Called when the specified editor is removed.


© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.