EventComponent({String name = 'event', int historyLimit = -1}) : event = Event<P>(name: name, historyLimit: historyLimit);