// *********************************************************************************** // CONSTRUCTOR // *********************************************************************************** public HOtk2dButtonEvent(HOtk2dButtonEventType type, HOtk2dButton target) { this.target = target; this.type = type; }