Interface WorkspaceEventChannel
-
- All Known Implementing Classes:
ClusterNode
public interface WorkspaceEventChannel
Event channel for reporting workspace change events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setListener(WorkspaceListener listener)
void
workspaceCreated(String workspaceName, ClonedInputSource inputSource)
-
-
-
Method Detail
-
workspaceCreated
void workspaceCreated(String workspaceName, ClonedInputSource inputSource)
-
setListener
void setListener(WorkspaceListener listener)
-
-