Examples of ConverterListener


Examples of org.apache.maven.model.converter.ConverterListener

    private void fireRemoveReportEvent( String groupId, String artifactId )
    {
        for ( Iterator i = listeners.iterator(); i.hasNext(); )
        {
            ConverterListener listener = (ConverterListener) i.next();
            listener.removeReportEvent( groupId, artifactId );
        }
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.