Event Dispatcher  v0.1.6-beta.1
Project that offers a small library that allows to subscribe and fire events.
Examples

Detailed Description

Definition at line 6 of file Examples.java.

Static Public Member Functions

static void main (String[] args)
 
static void printValueChange (int oldValue, int newValue)
 

Member Function Documentation

◆ main()

static void main ( String []  args)
static

Definition at line 8 of file Examples.java.

◆ printValueChange()

static void printValueChange ( int  oldValue,
int  newValue 
)
static

Definition at line 33 of file Examples.java.