All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.humbleui.jwm.EventWindowCloseRequest Maven / Gradle / Ivy

There is a newer version: 0.2.6
Show newest version
// 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