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


public interface InstallationEvent

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

Since:
1.0

Nested Class Summary
static class InstallationEvent.TYPE
           
 
Method Summary
 java.lang.Object getSource()
          Return the source of the event.
 InstallationEvent.TYPE getType()
          Return the event type.
 

Method Detail

getType

InstallationEvent.TYPE getType()
Return the event type.


getSource

java.lang.Object getSource()
Return the source of the event. For InstallationEvent.TYPE.STARTED and InstallationEvent.TYPE.SUSPENDED events this is null. For InstallationEvent.TYPE.PROCESSED events this is a TaskResource.



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