Generated by
JDiff

Class java.awt.Container

Added Methods
EventListener[] getListeners(Class) Return an array of all the listeners that were added to the Container with addXXXListener() where XXX is the name of the listenerType argument.
 

Changed Methods
void setCursor(Cursor) Method was locally defined, but is now inherited from Component. Changed from synchronized to non-synchronized. Sets the cursor image to the specified cursor.