API Reference 0.3.24dart_web_toolkit_eventEventType<H>

EventType<H> class

Type class used to register events with an EventBus.

@param <H> handler type

class EventType<H> {
 String toString() {
   return "Event type";
 }
}

Subclasses

DomEventType<H>

Methods

String toString() #

Returns a string representation of this object.

docs inherited from Object
String toString() {
 return "Event type";
}