Record Class FrameworkShutdownEvent
java.lang.Object
java.lang.Record
io.github.kaktushose.jdac.introspection.lifecycle.events.FrameworkShutdownEvent
- All Implemented Interfaces:
FrameworkEvent
@IntrospectionAccess(INITIALIZED)
public record FrameworkShutdownEvent()
extends Record
implements FrameworkEvent
Published when the framework is shutdown, practically at the start of
JDACommands.shutdown().-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aFrameworkShutdownEventrecord class. -
Method Summary
-
Constructor Details
-
FrameworkShutdownEvent
public FrameworkShutdownEvent()Creates an instance of aFrameworkShutdownEventrecord 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.
-