All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sikuli.util.EventObserver Maven / Gradle / Ivy

/*
 * Copyright 2010-2014, Sikuli.org, sikulix.com
 * Released under the MIT License.
 *
 * modified RaiMan
 */
package org.sikuli.util;

/**
 * INTRENAL USE
 */
public interface EventObserver {

  public void update(EventSubject s);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy