Event.Store._events

abstract class _events
class Object
trait Matchable
class Any

Def

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