|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.geeboss.model.event.MidiEventManager
public class MidiEventManager
Midi event manager for the geeboss application
| Constructor Summary | |
|---|---|
MidiEventManager(GeebossContainer container)
Create a MidiEventManager |
|
| Method Summary | |
|---|---|
void |
initialize()
Initialize this component |
void |
parameterChanged(Parameter parameter)
Notify the listener that the provided parameter has changed |
void |
valuesUpdated(java.util.List<MemoryComponent> values)
Notify the listener that the provided values (or objects) have been updated |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MidiEventManager(GeebossContainer container)
throws org.apache.avalon.framework.configuration.ConfigurationException
container - the geeboss container
org.apache.avalon.framework.configuration.ConfigurationException| Method Detail |
|---|
public void initialize()
throws java.lang.Exception
initialize in interface org.apache.avalon.framework.activity.Initializablejava.lang.Exceptionpublic void parameterChanged(Parameter parameter)
parameterChanged in interface ParameterChangeListenerparameter - the changed paramerterpublic void valuesUpdated(java.util.List<MemoryComponent> values)
valuesUpdated in interface ValueUpdateListenervalues - the changed values (or objects)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||