com.rubecula.darwin.visualization.swing
Interface TextMessageable


public interface TextMessageable

Author:
Robin Hillyard

Field Summary
static java.lang.String SUBJECT_EXPRESSION
           
 
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.
 

Field Detail

SUBJECT_EXPRESSION

static final java.lang.String SUBJECT_EXPRESSION
See Also:
Constant Field Values
Method Detail

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 text
text - the new version of the text.
Throws:
VisualizationException - XXX


Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.