Added getAccount method

This commit is contained in:
7u83 2018-12-28 11:38:30 +01:00
parent 2eb3be4ce2
commit 3cc7940658
1 changed files with 6 additions and 0 deletions

View File

@ -35,4 +35,10 @@ public interface Trader {
public void start();
public String getStatus();
/**
*
* @return
*/
public Account getAccount();
}