Dialog.java :  » Testing » watij » watij » dialogs » Java Open Source

Java Open Source » Testing » watij 
watij » watij » dialogs » Dialog.java
package watij.dialogs;

public interface Dialog {
    String text() throws Exception;
    String title() throws Exception;
    void quit() throws Exception;
    boolean exists() throws Exception;
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.