com.apelon.dts.client.events
Interface TermListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
DTSEventMulticaster

public interface TermListener
extends EventListener

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

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

Method Summary
 void termActionOccurred(TermEvent event)
          Implement with appropriate action to be taken when a Term action occurred.
 

Method Detail

termActionOccurred

void termActionOccurred(TermEvent event)
Implement with appropriate action to be taken when a Term action occurred. Action includes add, modify, delete term.

Parameters:
event - TermEvent object.


Copyright © 2011. All Rights Reserved.