Changed WANavigation to be modifiable
This commit is contained in:
parent
ea9ed51910
commit
846ed78252
8 changed files with 124 additions and 14 deletions
|
|
@ -7,7 +7,8 @@ public interface WAService {
|
|||
UNAVAILABLE,
|
||||
UNKNOWN
|
||||
}
|
||||
|
||||
|
||||
public String getName();
|
||||
public void start();
|
||||
public void stop();
|
||||
public WAServiceStatus getStatus();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue