Suppose you want to have an object eh handle the TextEvent of a TextArea object t. How

Question:

Suppose you want to have an object eh handle the TextEvent of a TextArea object t. How should you add eh as the event handler for t?

(a) t.addTextListener(eh);

(b) eh.addTextListener(t);

(c) addTextListener(eh.t);

(d) addTextListener(t,eh);

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Advanced Java Programming

ISBN: 9780199455508

1st Edition

Authors: Uttam Kumar Roy

Question Posted: