source: trunk/autoquest-htmlmonitor/src/main/java/de/ugoe/cs/autoquest/htmlmonitor/HtmlMonitorMessageListener.java @ 857

Last change on this file since 857 was 857, checked in by pharms, 12 years ago
  • initial version of the HTML monitor
File size: 348 bytes
Line 
1package de.ugoe.cs.autoquest.htmlmonitor;
2
3/**
4 * <p>
5 * TODO comment
6 * </p>
7 *
8 * @author Patrick Harms
9 */
10public interface HtmlMonitorMessageListener {
11
12    /**
13     * <p>
14     * TODO: comment
15     * </p>
16     *
17     * @param clientInfos
18     * @param events
19     */
20    void handleMessage(HtmlClientInfos clientInfos, HtmlEvent[] events);
21
22}
Note: See TracBrowser for help on using the repository browser.