lab7lib
Interface IUpdatable

All Superinterfaces:
java.util.Observer
All Known Implementing Classes:
EllipticalShape, HexagonShape, SquareShape

public interface IUpdatable
extends java.util.Observer

An IUpdatable is an object which can be updated. Created: Oct 2007

Author:
Carl Alphonce

Method Summary
 void update()
          Update the object in whatever way you want.
 
Methods inherited from interface java.util.Observer
update
 

Method Detail

update

void update()
Update the object in whatever way you want.