6970717273747576
/** * Constructor. **/ public Event (String label) { this.label = label; id = new UniqueID(); manager.newEvent(id); }