PublicEvent

From Web Computing Documentation
Jump to: navigation, search

interface PublicEvent <T>

  • henkolib
    • henkolib.events
      • henkolib.events.PublicEvent

Public functions

subscribe (func : T->Void)

func Callback function.

Subscribe the given callback function expecting the PublicEvent template object as a parameter, returning void.

unsubscribe (func : T->Void)

func Callback function.

Unsubscribe the given callback function

Personal tools
Modules