Oxygen XML Editor, Version 14.2

ro.sync.exml.plugin.workspace
Interface WorkspaceAccessPluginExtension

All Superinterfaces:
PluginExtension
All Known Implementing Classes:
CustomWorkspaceAccessPluginExtension

@API(type=EXTENDABLE,
     src=PUBLIC)
public interface WorkspaceAccessPluginExtension
extends PluginExtension

Workspace Access plugin extension.

Since:
11.2

Method Summary
 boolean applicationClosing()
          Notified before the editors are closed and the application exits.
 void applicationStarted(StandalonePluginWorkspace pluginWorkspaceAccess)
          Main plugin method.
 

Method Detail

applicationStarted

void applicationStarted(StandalonePluginWorkspace pluginWorkspaceAccess)
Main plugin method. Notified when the application is started.
IMPORTANT: This method must not block, the plug-in can add its listeners or customize the main menu and then return.

Parameters:
pluginWorkspaceAccess - The workspace access
context - The context the plugin was invoked in.

applicationClosing

boolean applicationClosing()
Notified before the editors are closed and the application exits. You can reject the close.

Returns:
True application can close, false, if vetoed.

Oxygen XML Editor, Version 14.2

© Copyright Syncro Soft SRL 2002 - 2013. All rights reserved.