_events

abstract class _events
class java.lang.Object
trait scala.Matchable
class Any

Def

def fireEvent0[U](typ: AnyRef): Int
def fireEvent1[P1](typ: AnyRef, p1: P1): Int
def fireEvent2[P1, P2](typ: AnyRef, p1: P1, p2: P2): Int
def fireEvent3[P1, P2, P3](typ: AnyRef, p1: P1, p2: P2, p3: P3): Int
def fireEvent4[P1, P2, P3, P4](typ: AnyRef, p1: P1, p2: P2, p3: P3, p4: P4): Int
def onEvent0(typ: AnyRef, f: () => Any): Event.Control
def onEvent1[P1](typ: AnyRef, f: P1 => Any): Event.Control
def onEvent2[P1, P2](typ: AnyRef, f: (P1, P2) => Any): Event.Control
def onEvent3[P1, P2, P3](typ: AnyRef, f: (P1, P2, P3) => Any): Event.Control
def onEvent4[P1, P2, P3, P4](typ: AnyRef, f: (P1, P2, P3, P4) => Any): Event.Control
def setupEvent(typ: AnyRef, v: AnyRef): Event.Control