The Robot Application Programming Interface Delegate Project
RAPID Logo

ExampleEventListener.java

/*
 * Copyright (c) 2009 United States Government as represented by the
 * Administrator of the National Aeronautics and Space Administration.
 * All Rights Reserved.
 */

package gov.nasa.rapid.examples.event;

public interface ExampleEventListener {
    public void exampleEventReceived(Object e);
}

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines