Package pulse.input.listeners
Class CurveEvent
- java.lang.Object
-
- pulse.input.listeners.CurveEvent
-
- All Implemented Interfaces:
Serializable
public class CurveEvent extends Object implements Serializable
ACurveEventis associated with anHeatingCurveobject.- See Also:
HeatingCurve, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CurveEvent(CurveEventType type)Constructs aCurveEventobject, combining thetypeand associateddata
-
-
-
Constructor Detail
-
CurveEvent
public CurveEvent(CurveEventType type)
Constructs aCurveEventobject, combining thetypeand associateddata- Parameters:
type- the type of this event
-
-
Method Detail
-
getType
public CurveEventType getType()
Used to get the type of this event.- Returns:
- the type of this event
-
-