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

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

// Generated by delombok at Fri Oct 29 00:17:11 UTC 2021
package io.github.humbleui.jwm;

public class EventWindowMinimize implements Event {
    public static final EventWindowMinimize INSTANCE = new EventWindowMinimize();

    @java.lang.SuppressWarnings("all")
    public EventWindowMinimize() {
    }

    @java.lang.Override
    @java.lang.SuppressWarnings("all")
    public boolean equals(final java.lang.Object o) {
        if (o == this) return true;
        if (!(o instanceof EventWindowMinimize)) return false;
        final EventWindowMinimize other = (EventWindowMinimize) 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 EventWindowMinimize;
    }

    @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 "EventWindowMinimize()";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy