Posted By:
Lance_Walton
Posted On:
Monday, August 26, 2002 09:57 AM
Hi.
JavaBeans are simply classes that have the following properties:
- They are serializable
- They follow the naming conventions for accessors/mutators
- They implement the JavaBean event model
There is nothing stopping you using a bean's methods to communicate just as you would for an instance of a non-JavaBean class (i.e. the normal message passing mechanism).
Hope that helps.
Regards,
Lance
----
Lance Walton - lance@teaminabox.co.uk
Team In A Box - Software without Tragedy
http://www.teaminabox.co.uk