|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The listener interface for receiving Object events
Method Summary | |
void |
objectClicked(ObjectEvent objectevent)
This method is called to notify the listener of a single-click event occuring on the object |
void |
objectDblClicked(ObjectEvent objectevent)
The method is called to notify the listener of a double-click event occuring on the object |
void |
objectGotFocus(ObjectEvent objectevent)
As each object gains keyboard focus, this method is called to notify all listeners of this new state |
void |
objectLostFocus(ObjectEvent objectevent)
When an object loses keyboard focus, this method notifies registered listeners of this change in state |
void |
objectValueChanged(ObjectEvent objectevent)
Whenever the "value" of an object changes (applicable to checkboxes and list boxes) this method notifies the listener of this change |
Method Detail |
public void objectClicked(ObjectEvent objectevent)
objectevent
- A single-click eventpublic void objectDblClicked(ObjectEvent objectevent)
objectevent
- A double-click eventpublic void objectGotFocus(ObjectEvent objectevent)
objectevent
- An object gains keyboard focus eventpublic void objectLostFocus(ObjectEvent objectevent)
objectevent
- An object loses keyboard focus eventpublic void objectValueChanged(ObjectEvent objectevent)
objectevent
- A "value" change in a checkbox or list box
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |