Changed Classes |
EventHandler
|
The EventHandler class provides support for dynamically generating event listeners whose methods execute a simple statement involving an incoming event object and a target object. |
Introspector
|
The Introspector class provides a standard way for tools to learn about the properties events and methods supported by a target Java Bean. |
XMLDecoder
|
The XMLDecoder class is used to read XML documents created using the XMLEncoder and is used just like the ObjectInputStream . |
XMLEncoder
|
The XMLEncoder class is a complementary alternative to the ObjectOutputStream and can used to generate a textual representation of a JavaBean in the same way that the ObjectOutputStream can be used to create binary representation of Serializable objects. |