getEvent method

String getEvent()

Retrieves the name of the connection event.

Returns the event name as a string.

Implementation

String getEvent() {
  return this.event;
}