BASE PACKAGE: Interfaces is the home of ALL interfaces! It holds the InterfaceDispatcher singleton (Arduino) and the InterfaceMonitor (all inferfaces mouse, keyboard, arduino, zumtobel, rfid). Simply get the InterfaceMonitor with InterfaceMonitor.getInstance() and add your preferred event listener (code completion tags are emnabled for its events!)



Classes
 ClassDescription
 InterfaceDispatcher IMPORTANT FRAMEWORK CLASS: The InterfaceDispatcher is a nice Singleton that can be used to communicate with the arduino and the zumtobel interface.
 InterfaceMonitor IMPORTANT FRAMEWORK CLASS: The InterfaceMonitor is a wonderful singleton that centralized all input from other interfaces.