Communicating between classes

Posted by zachary on Stack Overflow See other posts from Stack Overflow or by zachary
Published on 2010-05-05T11:59:26Z Indexed on 2010/05/05 12:08 UTC
Read the original article Hit count: 206

Filed under:
|

I have a form that is divided into two classes. Each class represents the widgets on part of the form. What is the best way to allow these classes to share data between each other and update each other.

Example: Button in class A is clicked. Update text field in class C

© Stack Overflow or respective owner

Related posts about java

Related posts about swt