EventAppSystemRemoved<T extends App<T> > constructor
EventAppSystemRemoved<T extends App<T> > (
- T app,
- AppSystem<
T> system
Implementation
EventAppSystemRemoved(T app, AppSystem<T> system) : super(app, app, system);