| org.netbeans.lib.profiler.client.AppStatusHandler
All known Subclasses: org.netbeans.lib.profiler.tests.jfluid.utils.TestProfilerAppHandler,
AppStatusHandler | public interface AppStatusHandler (Code) | | A utility interface, used to handle (by displaying things in GUI) various app status changes.
author: Misha Dmitriev |
Inner Class :public static interface AsyncDialog | |
Inner Class :public static interface ServerCommandHandler | |
confirmWaitForConnectionReply | boolean confirmWaitForConnectionReply()(Code) | | Called from the profiler engine in case the waiting for reply timed out.
The profiler can decide (e.g. by asking the user) whether to keep waiting or cancel the profiling.
true to keep waiting for reply, false to cancel profiling |
displayErrorAndWaitForConfirm | public void displayErrorAndWaitForConfirm(String msg)(Code) | | |
displayErrorWithDetailsAndWaitForConfirm | public void displayErrorWithDetailsAndWaitForConfirm(String shortMsg, String detailsMsg)(Code) | | |
displayNotification | public void displayNotification(String msg)(Code) | | |
displayNotificationAndWaitForConfirm | public void displayNotificationAndWaitForConfirm(String msg)(Code) | | |
displayNotificationWithDetailsAndWaitForConfirm | public void displayNotificationWithDetailsAndWaitForConfirm(String shortMsg, String detailsMsg)(Code) | | |
displayWarningAndWaitForConfirm | public void displayWarningAndWaitForConfirm(String msg)(Code) | | |
getAsyncDialogInstance | public AsyncDialog getAsyncDialogInstance(String message, boolean showProgress, boolean cancelAllowed)(Code) | | |
handleShutdown | void handleShutdown()(Code) | | |
pauseLiveUpdates | void pauseLiveUpdates()(Code) | | Called from the engine to signal that the profiler should not be getting results
because some internal change is in progress.
|
resultsAvailable | public void resultsAvailable()(Code) | | Called each time profiling results will become available for the first time using current instrumentation
|
resumeLiveUpdates | void resumeLiveUpdates()(Code) | | Called from the engine to signal that it is again safe to start getting results
|
takeSnapshot | public void takeSnapshot()(Code) | | |
|
|