DESY ACOP Beans Home

de.desy.acop.displayers.tools
Class AcopTrendChartEvent

java.lang.Object
  extended by java.util.EventObject
      extended by de.desy.acop.displayers.tools.AcopTrendChartEvent
All Implemented Interfaces:
java.io.Serializable

public class AcopTrendChartEvent
extends java.util.EventObject

AcopTrendChartEvent is an event triggered be AcopTrendChart and is listened by the AcopTrendChartListener.

Author:
Tilen Kusterle, Cosylab
See Also:
AcopTrendChart, Serialized Form

Nested Class Summary
static class AcopTrendChartEvent.EventType
           
 
Field Summary
static java.lang.String NO_DATA
           
static java.lang.String TIMEOUT
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AcopTrendChartEvent(java.lang.Object source)
           
AcopTrendChartEvent(java.lang.Object source, AcopTrendChartEvent.EventType type, java.lang.String message)
           
AcopTrendChartEvent(java.lang.Object source, AcopTrendChartEvent.EventType type, java.lang.String message, AcopGraphHistoryParameters currentElement)
           
AcopTrendChartEvent(java.lang.Object source, AcopTrendChartEvent.EventType type, java.lang.String message, AcopGraphHistoryParameters currentElement, java.lang.Throwable throwable)
           
AcopTrendChartEvent(java.lang.Object source, AcopTrendChartEvent.EventType type, java.lang.Throwable throwable)
           
 
Method Summary
 AcopGraphHistoryParameters getCurrentElement()
           
 java.lang.String getMessage()
           
 java.lang.Throwable getThrowable()
           
 AcopTrendChartEvent.EventType getType()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TIMEOUT

public static final java.lang.String TIMEOUT
See Also:
Constant Field Values

NO_DATA

public static final java.lang.String NO_DATA
See Also:
Constant Field Values
Constructor Detail

AcopTrendChartEvent

public AcopTrendChartEvent(java.lang.Object source)

AcopTrendChartEvent

public AcopTrendChartEvent(java.lang.Object source,
                           AcopTrendChartEvent.EventType type,
                           java.lang.String message)

AcopTrendChartEvent

public AcopTrendChartEvent(java.lang.Object source,
                           AcopTrendChartEvent.EventType type,
                           java.lang.String message,
                           AcopGraphHistoryParameters currentElement)

AcopTrendChartEvent

public AcopTrendChartEvent(java.lang.Object source,
                           AcopTrendChartEvent.EventType type,
                           java.lang.Throwable throwable)

AcopTrendChartEvent

public AcopTrendChartEvent(java.lang.Object source,
                           AcopTrendChartEvent.EventType type,
                           java.lang.String message,
                           AcopGraphHistoryParameters currentElement,
                           java.lang.Throwable throwable)
Parameters:
source -
type -
message -
currentElement -
throwable -
Method Detail

getCurrentElement

public AcopGraphHistoryParameters getCurrentElement()
Returns:
the currentElement

getMessage

public java.lang.String getMessage()
Returns:
the message

getType

public AcopTrendChartEvent.EventType getType()
Returns:
the type

getThrowable

public java.lang.Throwable getThrowable()
Returns:
the exception


Copyright © 2010. All Rights Reserved.