Record Class WindowEvent.FocusGained
java.lang.Object
java.lang.Record
dev.engine.core.input.WindowEvent.FocusGained
- All Implemented Interfaces:
WindowEvent
- Enclosing interface:
WindowEvent
-
Nested Class Summary
Nested classes/interfaces inherited from interface WindowEvent
WindowEvent.Closed, WindowEvent.FocusGained, WindowEvent.FocusLost, WindowEvent.Moved, WindowEvent.Resized -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.time()Returns the value of thetimerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
FocusGained
Creates an instance of aFocusGainedrecord class.- Parameters:
time- the value for thetimerecord 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 withObjects::equals(Object,Object). -
time
Returns the value of thetimerecord component.- Specified by:
timein interfaceWindowEvent- Returns:
- the value of the
timerecord component
-