|
Spirograph Problem Set Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface should be implementeed by classes that need to know when recipies have been manipulated in the EtchControl or be notified of important state changes, such as initialiaztion of the etch control.
Copyright © 2002-2003 Franklin W. Olin College of Engineering.
Method Summary | |
void |
etchControlUpdated(javax.swing.event.ChangeEvent ce)
This method advises the listening class that a change has occured in the EtchControl . |
Method Detail |
public void etchControlUpdated(javax.swing.event.ChangeEvent ce)
EtchControl
. The listening class should poll the
EtchControl
for any state inforamtion that it needs to monitor
when this method is invoked. No information is contained in the
ChangeEvent
other than the identity of the source object.
ce
- A change event who's source is the EtchControl.
|
Spirograph Problem Set Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |