org.apache.sling.installer.api.event
Interface InstallationListener


public interface InstallationListener

Optional listener which can be used to monitor the activities of the installer.

Since:
1.0

Method Summary
 void onEvent(InstallationEvent event)
          Receive an installation event.
 

Method Detail

onEvent

void onEvent(InstallationEvent event)
Receive an installation event.



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.