Package org.apache.sling.installer.api.event

Examples of org.apache.sling.installer.api.event.InstallationEvent


                final TaskResource rsrc = tri.next();
                rsrc.setAttribute(TaskResource.ATTR_INSTALL_EXCLUDED, null);
                rsrc.setAttribute(TaskResource.ATTR_INSTALL_INFO, null);
            }

            this.listener.onEvent(new InstallationEvent() {

                public TYPE getType() {
                    return TYPE.PROCESSED;
                }
View Full Code Here

TOP

Related Classes of org.apache.sling.installer.api.event.InstallationEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.