MCPcopy Create free account
hub / github.com/HumbleUI/JWM / EventWindowMaximize

Class EventWindowMaximize

shared/java/EventWindowMaximize.java:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import lombok.Data;
4
5@Data
6public class EventWindowMaximize implements Event {
7 public static final EventWindowMaximize INSTANCE = new EventWindowMaximize();
8}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected