EventTest is a APACHE Licensed Event Throwing example Java Program. It is also an example of the Apache Ant build system.
To git clone AND build AND run on a Debian(or Ubuntu) machine simply run the following:
sudo apt-get install -y ant default-jdk git build-essential
git clone https://github.com/GlassGhost/EventTest
cd ./EventTest
ant
java -jar './EventTest.jar'