|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AllPickListener
This listener is notified, when the picking is actually done.
ScheduledPicker| Method Summary | |
|---|---|
void |
onObjectsPicked(java.util.List<PickResult> pickResults,
java.lang.Object userObject,
long pickTime)
This event is fired when a picking was successful. |
void |
onPickingMissed(java.lang.Object userObject,
long pickTime)
this Event is fired when a pickray didn't hit any node |
| Method Detail |
|---|
void onObjectsPicked(java.util.List<PickResult> pickResults,
java.lang.Object userObject,
long pickTime)
pickResults - all PickResults from this picking operationuserObject - this userObject is passed to the Picker and back to this methodpickTime - the needed time to do this picking
void onPickingMissed(java.lang.Object userObject,
long pickTime)
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 | |||||||||