Record Class FrameworkStartEvent
java.lang.Object
java.lang.Record
io.github.kaktushose.jdac.property.events.FrameworkStartEvent
@IntrospectionAccess(INITIALIZED)
public record FrameworkStartEvent()
extends Record
implements JDACEvent
Published when the framework is fully started, practically at the end of
JDACBuilder.start().-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aFrameworkStartEventrecord class. -
Method Summary
-
Constructor Details
-
FrameworkStartEvent
public FrameworkStartEvent()Creates an instance of aFrameworkStartEventrecord class.
-
-
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.
-