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