ro.sync.sample.plugin.workspace
Class CustomWorkspaceAccessPluginExtension
java.lang.Object
ro.sync.sample.plugin.workspace.CustomWorkspaceAccessPluginExtension
- All Implemented Interfaces:
- PluginExtension, WorkspaceAccessPluginExtension
public class CustomWorkspaceAccessPluginExtension
- extends Object
- implements WorkspaceAccessPluginExtension
Plugin extension - workspace access extension.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomWorkspaceAccessPluginExtension
public CustomWorkspaceAccessPluginExtension()
applicationStarted
public void applicationStarted(StandalonePluginWorkspace pluginWorkspaceAccess)
- Description copied from interface:
WorkspaceAccessPluginExtension
- 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.
- Specified by:
applicationStarted
in interface WorkspaceAccessPluginExtension
- Parameters:
pluginWorkspaceAccess
- The workspace access- See Also:
WorkspaceAccessPluginExtension.applicationStarted(ro.sync.exml.workspace.api.standalone.StandalonePluginWorkspace)
applicationClosing
public boolean applicationClosing()
- Description copied from interface:
WorkspaceAccessPluginExtension
- Notified before the editors are closed and the application exits.
You can reject the close.
- Specified by:
applicationClosing
in interface WorkspaceAccessPluginExtension
- Returns:
- True application can close, false, if vetoed.
- See Also:
WorkspaceAccessPluginExtension.applicationClosing()
© Copyright Syncro Soft SRL 2002 - 2010.