source: trunk/src/org/expeditee/gui/FrameObserver.java@ 309

Last change on this file since 309 was 214, checked in by ra33, 16 years ago

Added charts

File size: 146 bytes
Line 
1package org.expeditee.gui;
2
3public interface FrameObserver {
4 public abstract void update();
5
6 public abstract void removeSubject(Frame frame);
7}
Note: See TracBrowser for help on using the repository browser.