Spirograph Problem Set Javadocs

spirograph
Interface RecipieListener

All Known Implementing Classes:
RecipieView

public interface RecipieListener

An interface that makes a class eligible for receiveing notifications of state changes of a recipie.

Copyright © 2003 Franklin W. Olin College of Engineering.

Version:
$Id: RecipieListener.java,v 1.4 2003/01/15 17:39:48 gus Exp $
Author:
Patrick G. Heck, gus.heck@olin.edu

Method Summary
 void recipieUpdated(javax.swing.event.ChangeEvent ce)
          Signals that a recipie has been edited.
 

Method Detail

recipieUpdated

public void recipieUpdated(javax.swing.event.ChangeEvent ce)
Signals that a recipie has been edited.

Parameters:
ce - A change event identifying the Recipie that has changed.

Spirograph Problem Set Javadocs