Package pulse.input.listeners
Class CurveEvent
- java.lang.Object
-
- pulse.input.listeners.CurveEvent
-
- All Implemented Interfaces:
Serializable
public class CurveEvent extends Object implements Serializable
ACurveEvent
is associated with anHeatingCurve
object.- See Also:
HeatingCurve
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CurveEvent(CurveEventType type)
Constructs aCurveEvent
object, combining thetype
and associateddata
-
-
-
Constructor Detail
-
CurveEvent
public CurveEvent(CurveEventType type)
Constructs aCurveEvent
object, combining thetype
and 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
-
-