package org.freeplane.plugin.workspace.event; public interface IWorkspaceListener { public void handleWorkspaceEvent(AWorkspaceEvent event); }