MCPcopy Create free account
hub / github.com/akeranen/the-one / showEvent

Method showEvent

gui/EventLogControl.java:32–34  ·  view source on GitHub ↗

Returns true if this event type should be shown @return true if this event type should be shown

()

Source from the content-addressed store, hash-verified

30 * @return true if this event type should be shown
31 */
32 public boolean showEvent() {
33 return this.show.isSelected();
34 }
35
36 /**
37 * Returns true if this event type should cause pause

Callers 1

processEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected