Examples of ZoneRemoveEvent


Examples of com.pcmsolutions.device.EMU.E4.events.ZoneRemoveEvent

            try {
                setValues(zoneSwitchIds, z.getValues(zoneSwitchIds));
                offsetValues(zoneMergeIds, z.getValues(zoneMergeIds), true);
                ((ZoneObject) zones.remove(0)).zDispose();
                if (postingEvents) {
                    presetEventHandler.postPresetEvent(new ZoneRemoveEvent(this, preset, voice, zone));
                    presetEventHandler.postPresetEvent(new ZoneRemoveEvent(this, preset, voice, IntPool.get(0)));
                }
            } catch (IllegalParameterIdException e) {
                e.printStackTrace();
            } catch (ParameterValueOutOfRangeException e) {
                e.printStackTrace();
            }
        } else {
            remapZones(zone.intValue());
            if (postingEvents)
                presetEventHandler.postPresetEvent(new ZoneRemoveEvent(this, preset, voice, zone));
        }
    }
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.