|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectghm.follow.systemInterface.DefaultSystemInterface
public class DefaultSystemInterface
Default implementation of SystemInterface
for the Follow application.
Field Summary | |
---|---|
protected FollowApp |
app
|
Constructor Summary | |
---|---|
DefaultSystemInterface(FollowApp app)
|
Method Summary | |
---|---|
void |
exit(int code)
Used in lieu of System.exit(); |
java.io.File |
getFileFromUser()
Normally, this method should delegate to a file chooser or other appropriate file selection mechanism. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected FollowApp app
Constructor Detail |
---|
public DefaultSystemInterface(FollowApp app)
Method Detail |
---|
public java.io.File getFileFromUser()
SystemInterface
getFileFromUser
in interface SystemInterface
public void exit(int code)
SystemInterface
exit
in interface SystemInterface
code
- exit status code
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |