다음 메소드는 화면에서 정보를 추출하는 데 사용됩니다.
| 메소드 | 설명 |
|---|---|
| public void startEventMonitor() | 화면 변경사항을 수집하여 변경사항을 버퍼에 저장합니다. |
| public boolean checkForChange(int startRow, int startCol, int endRow, int endCol, String text) | 특정 위치의 텍스트를 검사합니다. |
| public boolean checkForChange(int startRow, int startCol, int endRow, int endCol, String text, boolean clearBuffer) | 특정 위치의 텍스트를 검사한 후 버퍼를 지웁니다. |
| public boolean waitForChange(int startRow, int startCol, int endRow, int endCol, String text) | 텍스트가 지정된 위치에 표시되도록 대기합니다. |
| public boolean waitForChange(int startRow, int startCol, int endRow, int endCol, String text, long timeout) | 텍스트가 특정 시간에 특정 위치에 표시되도록 대기합니다. |
| clearHistory() | 버퍼를 지웁니다. |
| public void stopEventMonitor() | 화면 입력 수집을 중지합니다. |