The Robot Application Programming Interface Delegate Project
RAPID Logo

ModelChangedListener.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.models;

import java.util.EventObject;

public interface ModelChangedListener {

    public void modelChanged(EventObject src);

}

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines