Added public remove() method,.

This commit is contained in:
hns 2002-10-01 15:53:22 +00:00
parent e01c244d40
commit 52739414bd

View file

@ -15,6 +15,8 @@ public interface Updatable {
public void update ();
public void remove ();
}