EventAppSystemAdding<T extends App<T>> constructor

EventAppSystemAdding<T extends App<T>>(
  1. T app,
  2. AppSystem<T> system
)

Implementation

EventAppSystemAdding(T app, AppSystem<T> system) : super(app, app, system);