|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NearestPickListener
This listener is notified, when the picking is actually done.
ScheduledPicker| Method Summary | |
|---|---|
void |
onObjectPicked(PickResult nearest,
java.lang.Object userObject,
long pickTime)
This event is fired when a picking was successful It is very important to be aware of the fact, that the PickResult is not guaranteed to be valid after this method has been left. |
| Methods inherited from interface org.xith3d.picking.PickListenerBase |
|---|
onPickingMissed, testIntersectionsInWorldSpaceForPicking |
| Method Detail |
|---|
void onObjectPicked(PickResult nearest,
java.lang.Object userObject,
long pickTime)
nearest - the neares result.userObject - this userObject is passed to the Picker and back to this methodpickTime - the needed time to do this picking
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||