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

jxgrabkey.HotkeyListenerDebugEnabled Maven / Gradle / Ivy

There is a newer version: 2.0.5
Show newest version
/*
 * Copyright (c) 2010-2019, sikuli.org, sikulix.com - MIT license
 */

package jxgrabkey;

/**
 * This listener handles debug messages aswell as hotkey events.
 * It can be used for custom logging needs.
 *
 * @author subes
 */
public interface HotkeyListenerDebugEnabled extends HotkeyListener {

    /**
     * This method is used to handle debug messages from JXGrabKey.
     * You need to enable debug to receive those.
     *
     * @param debugMessage
     */
    void debugCallback(String debugMessage);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy