org.apache.jackrabbit.core.cluster
Interface WorkspaceEventChannel

All Known Implementing Classes:
ClusterNode

public interface WorkspaceEventChannel

Event channel for reporting workspace change events.


Method Summary
 void setListener(WorkspaceListener listener)
           
 void workspaceCreated(String workspaceName, ClonedInputSource inputSource)
           
 

Method Detail

workspaceCreated

void workspaceCreated(String workspaceName,
                      ClonedInputSource inputSource)

setListener

void setListener(WorkspaceListener listener)


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.