| java.lang.Object org.netbeans.modules.project.ant.UserQuestionHandler
UserQuestionHandler | final public class UserQuestionHandler (Code) | | Deals with
UserQuestionException s.
See Also: "#46089" author: Jesse Glick |
Inner Class :public interface Callback | |
Method Summary | |
public static void | handle(UserQuestionException e, Callback callback) Handle a user question exception later (in the event thread). |
handle | public static void handle(UserQuestionException e, Callback callback)(Code) | | Handle a user question exception later (in the event thread).
Displays a dialog and invokes the appropriate method on the callback.
The callback will be notified in the event thread.
Use when catching
UserQuestionException during
FileObject.lock .
|
|
|