com.apelon.dts.client.events
Interface ConceptListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
DTSEventMulticaster

public interface ConceptListener
extends EventListener

Defines the listener that an interested class must implement for processing of Concept events.

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

Method Summary
 void conceptActionOccurred(ConceptEvent event)
          Implement with appropriate action to be taken when a Concept action occurred.
 

Method Detail

conceptActionOccurred

void conceptActionOccurred(ConceptEvent event)
Implement with appropriate action to be taken when a Concept action occurred. Action includes add, modify, delete concept.

Parameters:
event - ConceptEvent object.


Copyright © 2011. All Rights Reserved.