getEvent method

String getEvent()

Returns the event associated with the binding.

Implementation

String getEvent() {
  return this.event;
}