|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectListener
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 |
---|
void objectClicked(ObjectEvent objectevent)
objectevent
- A single-click eventvoid objectDblClicked(ObjectEvent objectevent)
objectevent
- A double-click eventvoid objectGotFocus(ObjectEvent objectevent)
objectevent
- An object gains keyboard focus eventvoid objectLostFocus(ObjectEvent objectevent)
objectevent
- An object loses keyboard focus eventvoid 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 |