JavaBeans: Difference between revisions

Content deleted Content added
Unixer (talk | contribs)
m not a stub anymore
m JavaBean conventions: Cleaned up wikilink
Line 14:
* It should contain any required event-handling methods
 
Because these requirements are largely expressed as conventions rather than by implementing [[interface (computer science)|interfaces]], some developers view Java Beans as [[Plain Old Java Object|Plain Old Java Objects]]s that follow certain naming conventions. However, this view is misleading for Java Beans that support event handling, because the method conventions and associated support classes for event handling are fairly intricate, and require the use of specific base classes and interfaces.
 
== JavaBean Example ==