public void onEvent()

in src/main/java/org/apache/sling/launchpad/installer/impl/LaunchpadListener.java [36:42]


    public void onEvent(final InstallationEvent event) {
        if ( event.getType() == InstallationEvent.TYPE.STARTED ) {
            this.start();
        } else if ( event.getType() == InstallationEvent.TYPE.SUSPENDED ) {
            this.stop();
        }
    }