Example usage for java.util EventListener interface-usage

List of usage examples for java.util EventListener interface-usage

Introduction

In this page you can find the example usage for java.util EventListener interface-usage.

Usage

From source file com.aliyun.odps.mapred.BridgeJobRunner.java

public abstract class BridgeJobRunner extends Configured implements JobRunner, EventListener {

    protected static final Log LOG = LogFactory.getLog(BridgeJobRunner.class);

    private static final String TEMP_RESOURCE_PREFIX = "file:";

From source file ovh.tgrhavoc.aibot.protocol.v74.Protocol74.java

public final class Protocol74 extends AbstractProtocol implements EventListener {
    public static final int VERSION = 74;
    public static final String VERSION_NAME = "1.6.2";

    private final MinecraftBot bot;

From source file ovh.tgrhavoc.aibot.protocol.v78.Protocol78.java

public final class Protocol78 extends AbstractProtocol implements EventListener {
    public static final int VERSION = 78;
    public static final String VERSION_NAME = "1.6.4";

    private final MinecraftBot bot;

From source file com.schoentoon.connectbot.PubkeyListActivity.java

/**
 * List public keys in database by nickname and describe their properties. Allow users to import,
 * generate, rename, and delete key pairs.
 *
 * @author Kenny Root
 */

From source file smartrics.rest.fitnesse.fixture.ext.SlimRestFixtureWithSeq.java

/**
 * A <code>fit.FixtureListener</code> that listens for a table being completed.
 * the action performed on table completion is the actual graph generation.
 * 
 * @author smartrics
 */

From source file WorkThreadPool.java

/**
 * A work thread execution progress listener.
 * 
 * @since jEdit 2.6pre1
 */
interface WorkThreadProgressListener extends EventListener {

From source file PolygonOffset.java

interface FloatListener extends EventListener {
    void floatChanged(FloatEvent e);
}

class LogFloatLabelJSlider extends JPanel implements ChangeListener, Java3DExplorerConstants {

From source file Java3DFrame.java

interface CheckboxMenuListener extends EventListener {
    public void checkboxChanged(CheckboxMenu menu, int check);
}

/**
 * ExamineViewerBehavior

From source file ExText.java

interface CheckboxMenuListener extends EventListener {
    public void checkboxChanged(CheckboxMenu menu, int check);
}

/**
 * ExamineViewerBehavior

From source file ExTransform.java

interface CheckboxMenuListener extends EventListener {
    public void checkboxChanged(CheckboxMenu menu, int check);
}

/**
 * ExamineViewerBehavior