Package ch.ethz.prose.eclipse.internal.core

Examples of ch.ethz.prose.eclipse.internal.core.ProseClientRunner


     * @throws UnreachableException
     */
    public void insertAspect(IType aspect) throws UnreachableException {
        try {
            getAspectManager(); // Check if aspect manager is reachable.
            new ProseClientRunner().insertAspect(aspect, getRun().getAddress(), isActive(), transactionId);
            ProsePlugin.getDefault().fireAspectInserted(this);
        } catch (CoreException e) {
            ProsePlugin.log(e.getStatus());
        }
    }
View Full Code Here

TOP

Related Classes of ch.ethz.prose.eclipse.internal.core.ProseClientRunner

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.