|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProfileResultListener
An interface that defines an event listener that reacts to changes in the status of a profiling operation, such as when the profiling operation has started, when it's finished, and if it's cancelled.
| Method Summary | |
|---|---|
void |
profileCancelled(ProfileResultEvent event)
Called when the profile operation has been cancelled |
void |
profileFinished(ProfileResultEvent event)
Called when the profile operation is finished |
void |
profileStarted(ProfileResultEvent event)
Called when the profile operation has started |
| Method Detail |
|---|
void profileStarted(ProfileResultEvent event)
void profileFinished(ProfileResultEvent event)
void profileCancelled(ProfileResultEvent event)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||