CustomEvent constructor

CustomEvent(
  1. String name
)

Implementation

CustomEvent(String name) : super(name);