public interface WorkspaceListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
workspaceCreated(WorkspaceEvent workspaceEvent)
Called when a Workspace is created.
|
void |
workspaceDuplicated(WorkspaceDuplicationEvent workspaceEvent)
Called when a Workspace is duplicated.
|
void |
workspaceRemoved(WorkspaceEvent workspaceEvent)
Called when a Workspace is deleted.
|
void |
workspaceUpdated(WorkspaceEvent workspaceEvent)
Called when a Workspace is updated.
|
void |
workspaceWizardFinished(WorkspaceDuplicationEvent workspaceEvent)
Called when a Workspace is duplicated and the wizard finishes.
|
void workspaceCreated(WorkspaceEvent workspaceEvent)
workspaceEvent
- The event containing the related data.void workspaceRemoved(WorkspaceEvent workspaceEvent)
workspaceEvent
- The event containing the related data.void workspaceUpdated(WorkspaceEvent workspaceEvent)
workspaceEvent
- The event containing the related data.void workspaceDuplicated(WorkspaceDuplicationEvent workspaceEvent)
workspaceEvent
- The event containing the related data.void workspaceWizardFinished(WorkspaceDuplicationEvent workspaceEvent)
workspaceEvent
- The event containing the related data.Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.