com.apelon.dts.client.events
Interface ClassifyListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
DTSEventMulticaster

public interface ClassifyListener
extends EventListener

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

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

Method Summary
 void classifyActionOccurred(ClassifyEvent event)
          Implement with appropriate action to be taken when a Classify action occurred.
 

Method Detail

classifyActionOccurred

void classifyActionOccurred(ClassifyEvent event)
Implement with appropriate action to be taken when a Classify action occurred.

Parameters:
event - ClassifyEvent object.


Copyright © 2011. All Rights Reserved.