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

Method PanelEvents

examples/dashboard/java/PanelEvents.java:11–13  ·  view source on GitHub ↗
(Window window)

Source from the content-addressed store, hash-verified

9 public List<Event> events = new ArrayList<>();
10
11 public PanelEvents(Window window) {
12 super(window);
13 }
14
15 @Override
16 public void accept(Event e) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected