Record Class StencilLayoutEvent
java.lang.Object
java.lang.Record
dev.pfaff.altargui.debug.events.StencilLayoutEvent
-
Constructor Summary
ConstructorsConstructorDescriptionStencilLayoutEvent
(long key) Creates an instance of aStencilLayoutEvent
record class. -
Method Summary
-
Constructor Details
-
StencilLayoutEvent
public StencilLayoutEvent(long key) Creates an instance of aStencilLayoutEvent
record class.- Parameters:
key
- the value for thekey
record component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with '=='. -
key
public long key()Returns the value of thekey
record component.- Returns:
- the value of the
key
record component
-