Package | Description |
---|---|
org.jboss.dashboard.workspace.events |
Modifier and Type | Class and Description |
---|---|
class |
WorkspaceDuplicationEvent |
Modifier and Type | Method and Description |
---|---|
void |
WorkspaceAdapter.workspaceCreated(WorkspaceEvent workspaceEvent)
Called when a Workspace is created.
|
void |
WorkspaceListener.workspaceCreated(WorkspaceEvent workspaceEvent)
Called when a Workspace is created.
|
void |
WorkspaceAdapter.workspaceRemoved(WorkspaceEvent workspaceEvent)
Called when a Workspace is deleted.
|
void |
WorkspaceListener.workspaceRemoved(WorkspaceEvent workspaceEvent)
Called when a Workspace is deleted.
|
void |
WorkspaceAdapter.workspaceUpdated(WorkspaceEvent workspaceEvent)
Called when a Workspace is updated.
|
void |
WorkspaceListener.workspaceUpdated(WorkspaceEvent workspaceEvent)
Called when a Workspace is updated.
|
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.