MinDispatch icon indicating copy to clipboard operation
MinDispatch copied to clipboard

Minimal event-driven framework for Java.

Installation

Simply, import the project into an Eclipse workspace and run.

Chat Simulation Machines

There are currently two working machines:

  • ChatEventMachine A naive chat simulation (easiest to understand)
  • StatefulChatEventMachine A pattern-oriented approach to chat simulation

The construction of each machine, in order, are described at my blog.