com.apelon.dts.client.events
Interface NamespaceListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
DTSEventMulticaster

public interface NamespaceListener
extends EventListener

Defines the available Namespace event methods that an interested class must implement for processing of Namespace events. The methods defined by this interface must be implemented by any class required to perform an action when a Namespace edit occurs.

Since:
DTS 3.4
Version:
DTS 3.4
Author:
Apelon Inc.
See Also:
NamespaceEvent

Method Summary
 void namespaceActionOccurred(NamespaceEvent event)
          Implement with appropriate action to be taken when a Namespace Action has occurred.
 

Method Detail

namespaceActionOccurred

void namespaceActionOccurred(NamespaceEvent event)
Implement with appropriate action to be taken when a Namespace Action has occurred. Action includes add, modify, delete namespace.

Parameters:
event - NamespaceEvent object.


Copyright © 2011. All Rights Reserved.