Package com.k_int.IR

Examples of com.k_int.IR.IREvent


     * @param i the number to set.
     */
    public void setFragmentCount(int i) {
        fragment_count = i;

        IREvent e = new IREvent(IREvent.FRAGMENT_COUNT_CHANGE, new Integer(i));
        setChanged();
        notifyObservers(e);
    }
View Full Code Here

TOP

Related Classes of com.k_int.IR.IREvent

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.