summaryrefslogtreecommitdiffstats
path: root/Master/Reference Architectures and Patterns/hjp5/examples/TextArea2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/Reference Architectures and Patterns/hjp5/examples/TextArea2.inc')
-rw-r--r--Master/Reference Architectures and Patterns/hjp5/examples/TextArea2.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/Reference Architectures and Patterns/hjp5/examples/TextArea2.inc b/Master/Reference Architectures and Patterns/hjp5/examples/TextArea2.inc
new file mode 100644
index 0000000..0fcca36
--- /dev/null
+++ b/Master/Reference Architectures and Patterns/hjp5/examples/TextArea2.inc
@@ -0,0 +1,7 @@
+/* TextArea2.inc */
+
+public void textValueChanged(TextEvent event)
+{
+ TextArea tf = (TextArea)event.getSource();
+ System.out.println("textValueChanged: "+tf.getText());
+} \ No newline at end of file