public class WorkspaceAdapter extends Object implements WorkspaceListener
Constructor and Description |
---|
WorkspaceAdapter() |
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.
|
public void workspaceCreated(WorkspaceEvent workspaceEvent)
workspaceCreated
in interface WorkspaceListener
workspaceEvent
- The event containing the related data.public void workspaceRemoved(WorkspaceEvent workspaceEvent)
workspaceRemoved
in interface WorkspaceListener
workspaceEvent
- The event containing the related data.public void workspaceUpdated(WorkspaceEvent workspaceEvent)
workspaceUpdated
in interface WorkspaceListener
workspaceEvent
- The event containing the related data.public void workspaceDuplicated(WorkspaceDuplicationEvent workspaceEvent)
workspaceDuplicated
in interface WorkspaceListener
workspaceEvent
- The event containing the related data.public void workspaceWizardFinished(WorkspaceDuplicationEvent workspaceEvent)
WorkspaceListener
workspaceWizardFinished
in interface WorkspaceListener
workspaceEvent
- The event containing the related data.Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.