getEvent method
Retrieves the name of the connection event.
Returns the event name as a string.
Implementation
String getEvent() {
return this.event;
}
Retrieves the name of the connection event.
Returns the event name as a string.
String getEvent() {
return this.event;
}