Examples of fireAfterInvoke()


Examples of avrora.sim.util.MulticastInterruptProbe.fireAfterInvoke()

     * @param inum the interrupt number that was just invoked
     */
    void afterInvoke(int inum) {
        MulticastInterruptProbe probe = probes[inum];
        if ( globalProbe != null ) globalProbe.fireAfterInvoke(interpreter.state, inum);
        if ( probe != null ) probe.fireAfterInvoke(interpreter.state, inum);
    }

    /**
     * The <code>registerInternalNotification()</code> method is used by devices that
     * require notifications when their interrupt numbers are either forced or invoked.
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.