![JAR search and dependency download from the Maven repository](/logo.png)
io.github.humbleui.jwm.EventWindowCloseRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwm Show documentation
Show all versions of jwm Show documentation
Cross-platform window management and OS integration library for Java
// Generated by delombok at Fri Sep 24 21:34:45 CEST 2021
package io.github.humbleui.jwm;
public class EventWindowCloseRequest implements Event {
public static final EventWindowCloseRequest INSTANCE = new EventWindowCloseRequest();
@java.lang.SuppressWarnings("all")
public EventWindowCloseRequest() {
}
@java.lang.Override
@java.lang.SuppressWarnings("all")
public boolean equals(final java.lang.Object o) {
if (o == this) return true;
if (!(o instanceof EventWindowCloseRequest)) return false;
final EventWindowCloseRequest other = (EventWindowCloseRequest) o;
if (!other.canEqual((java.lang.Object) this)) return false;
return true;
}
@java.lang.SuppressWarnings("all")
protected boolean canEqual(final java.lang.Object other) {
return other instanceof EventWindowCloseRequest;
}
@java.lang.Override
@java.lang.SuppressWarnings("all")
public int hashCode() {
final int result = 1;
return result;
}
@java.lang.Override
@java.lang.SuppressWarnings("all")
public java.lang.String toString() {
return "EventWindowCloseRequest()";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy