Event constructor

Event(
  1. String type
)

Implementation

Event(String type):super(type){

}