Changed WANavigation to be modifiable

This commit is contained in:
Ziver Koc 2015-04-22 15:33:08 +00:00
parent ea9ed51910
commit 846ed78252
8 changed files with 124 additions and 14 deletions

View file

@ -7,7 +7,8 @@ public interface WAService {
UNAVAILABLE,
UNKNOWN
}
public String getName();
public void start();
public void stop();
public WAServiceStatus getStatus();