|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IUserInterface
Method Summary | |
---|---|
void |
init(boolean first,
boolean others)
Initializes the UI. |
boolean |
isStarted()
Determine if the UI is already started You usually don't need to override this from UITemplate |
void |
openTorrent(String fileName)
Open a torrent file. |
String[] |
processArgs(String[] args)
Process UI specific command line arguments. |
void |
startUI()
Start the UI. |
Method Detail |
---|
void init(boolean first, boolean others)
first
- This UI Instance is the first on the command line and should take control of singular stuff (LocaleUtil and torrents added via Command Line).others
- Indicates wether other UIs run along.String[] processArgs(String[] args)
void startUI()
boolean isStarted()
void openTorrent(String fileName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |