Examples of ProjectContextChangeEvent


Examples of org.guvnor.common.services.project.context.ProjectContextChangeEvent

    public void onEditModule( ProjectModuleRow moduleRow ) {

        Project project = getSelectedModule( moduleRow.getName() );
        if ( project != null ) {
            //TODO check if there's a better implementation for this projectScreen opening.
            contextChangeEvent.fire( new ProjectContextChangeEvent( workbenchContext.getActiveOrganizationalUnit(), repository, project ) );
            placeManager.goTo( "projectScreen" );
        }
    }
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.