Added public remove() method,.
This commit is contained in:
parent
e01c244d40
commit
52739414bd
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ public interface Updatable {
|
|||
public boolean needsUpdate ();
|
||||
|
||||
public void update ();
|
||||
|
||||
public void remove ();
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue