DESY ACOP Beans Home

de.desy.acop.displayers.tools
Interface AcopTrendChartListener

All Superinterfaces:
java.util.EventListener

public interface AcopTrendChartListener
extends java.util.EventListener

AcopTrendChartListener receives notifications from the AcopTrendChart. The listener receives reports about the progress or errors that occured during the trend chart operation.

Version:
$Id: Templates.xml,v 1.10 2004/01/13 16:17:13 jbobnar Exp $
Author:
Jaka Bobnar
See Also:
AcopTrendChart

Method Summary
 boolean reportError(AcopTrendChartEvent e)
          Reports errors.
 void reportProgress(AcopTrendChartEvent e)
          Reports progress on AcopTrendChart operations.
 

Method Detail

reportProgress

void reportProgress(AcopTrendChartEvent e)
Reports progress on AcopTrendChart operations.

Parameters:
e - an AcopTrendChartEvent

reportError

boolean reportError(AcopTrendChartEvent e)
Reports errors. If returned boolean is true, then current action is repeated.

Parameters:
e - an AcopTrendChartEvent
Returns:
true if current action should be repeated


Copyright © 2010. All Rights Reserved.