|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ControllerEventListener | |
javax.sound.midi | Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI (Musical Instrument Digital Interface) data. |
Uses of ControllerEventListener in javax.sound.midi |
Methods in javax.sound.midi with parameters of type ControllerEventListener | |
int[] |
Sequencer.addControllerEventListener(ControllerEventListener listener,
int[] controllers)
Registers a controller event listener to receive notification whenever the sequencer processes a control-change event of the requested type or types. |
int[] |
Sequencer.removeControllerEventListener(ControllerEventListener listener,
int[] controllers)
Removes a controller event listener's interest in one or more types of controller event. |
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Oracle and/or its affiliates, in the US and other countries.
Copyright © 1995, 2010 Oracle and/or its affiliates. All rights reserved.