|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProbeListener
The listener interface for receiving probe events. Classes that are
interested in processing probe events signaling that an object is
probed and when it is un or de-probed should implement this
interface. The object created from that class is registered with
ProbeUtilities.addProbeListener to receive
ProbeEvents. When an object is probed the listener's
objectProbed method will be called, and when an object
is unprobed, the listener's objectUnprobed
| Method Summary | |
|---|---|
void |
objectProbed(ProbeEvent evt)
Invoked when an object is probed. |
void |
objectUnprobed(ProbeEvent evt)
Invoked when an object is un or de-probed. |
| Method Detail |
|---|
void objectProbed(ProbeEvent evt)
void objectUnprobed(ProbeEvent evt)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||