public interface EditableInstrumentManager
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(EditableInstrumentManagerListener listener)
Add listener
|
void |
deleteEditableInstrument(java.lang.String name)
delete the editable instrument
|
java.util.Map<java.lang.String,java.lang.String> |
getAllEditableInstrumentDigests()
Get all the editable instrument digest
|
java.lang.String |
getEditableInstrumentDigest(java.lang.String name)
Get the editable instrument digest
|
java.lang.String[] |
listEditableInstruments()
List all the editable instruments in the manager ...
|
IEditableInstrument |
loadEditableInstrument(java.lang.String name)
Load the editable instrument
|
void |
removeListener(EditableInstrumentManagerListener listener)
Remove listener ...
|
void |
saveEditableInstrument(IEditableInstrument instrument)
Save the editable instrument
|
java.lang.String[] listEditableInstruments()
throws java.lang.Exception
java.lang.Exceptionvoid deleteEditableInstrument(java.lang.String name)
throws java.lang.Exception
name - the name of the editable instrument ...java.lang.Exceptionvoid saveEditableInstrument(IEditableInstrument instrument) throws java.lang.Exception
instrument - the instrument to save ...java.lang.ExceptionIEditableInstrument loadEditableInstrument(java.lang.String name) throws java.lang.Exception
name - the name of the editable instrument ...java.lang.Exceptionvoid addListener(EditableInstrumentManagerListener listener)
listener - void removeListener(EditableInstrumentManagerListener listener)
listener - java.lang.String getEditableInstrumentDigest(java.lang.String name)
throws java.lang.Exception
name - java.lang.Exceptionjava.util.Map<java.lang.String,java.lang.String> getAllEditableInstrumentDigests()
throws java.lang.Exception
java.lang.Exception