Package com.softsynth.jmsl
Interface EditListener
- All Known Implementing Classes:
ScoreFrame
,ScoreFrameJavaSound
public interface EditListener
-
Method Summary
Modifier and Type Method Description void
objectEdited(java.lang.Object obj)
Not necessarily the final edit - you could havea gui open and get this callback every time a value changed (as opposed to only getting this call once when a user clicks an OK button for example)
-
Method Details
-
objectEdited
void objectEdited(java.lang.Object obj)Not necessarily the final edit - you could havea gui open and get this callback every time a value changed (as opposed to only getting this call once when a user clicks an OK button for example)
-