com.rubecula.darwin.visualization.swing
Interface TextMessageable
public interface TextMessageable
- Author:
- Robin Hillyard
Method Summary |
void |
onTextChange(java.lang.String subject,
java.lang.String text)
Callback method to notify this object that text has been changed in
another object. |
SUBJECT_EXPRESSION
static final java.lang.String SUBJECT_EXPRESSION
- See Also:
- Constant Field Values
onTextChange
void onTextChange(java.lang.String subject,
java.lang.String text)
throws VisualizationException
- Callback method to notify this object that text has been changed in
another object. That other object is indicated, very loosely, by the
subject parameter. XXX consider having the call back specify the actual
changed object.
- Parameters:
subject
- the type of change that has occurred in the texttext
- the new version of the text.
- Throws:
VisualizationException
- XXX
Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.