this.tools = new ArrayList<Tool>();
this.devices = new ArrayList<Device>();
this.images = new ArrayList<Image>();
this.controller = new Controller();
this.listener = new Listener(){
public void onInit(Controller controller) {
dispatch("leapOnInit");
}
public void onConnect(Controller controller) {
dispatch("leapOnConnect");