Class PALplate.lib.AudioInterface
All Packages Class Hierarchy This Package Previous Next Index
Class PALplate.lib.AudioInterface
java.lang.Object
|
+----sub_arctic.lib.interactor_app
|
+----PALplate.lib.AudioInterface
- public class AudioInterface
- extends interactor_app
- implements callback_object
-
_iframe
- The frame which displays my toplevel and all it's children
-
mudAllowed
- can be set at runtime with the -startmud or +startmud options
-
mudClient
-
-
mudHost
-
-
mudPort
-
-
mudThread
-
-
userReader
-
-
AudioInterface(String[])
-
-
app_initialize()
-
-
callback(interactor, event, int, Object)
-
-
destroy()
- Sends a quit command and closes the sockets (which by then a broken, so you may get
an error but this way we can be doubly sure ...)
-
frame_initialize()
-
-
getParameter(String, String[])
- all search strings are assumed to start with a + or -
anything else is assumed to be an argument string.
-
main(String[])
-
-
parse_arguments(String[])
- Parameters which can be passed to this application are:
-host --(mud host machine)
-port --(mud port)
-startmud --(don't start mud)
+startmud --(do start mud)
-startapp --(class which displays mud stuff)
-demonName --(for logging in to mud)
-demonPassword --(for logging in to mud)
mudPort
protected int mudPort
mudHost
protected String mudHost
mudAllowed
protected boolean mudAllowed
- can be set at runtime with the -startmud or +startmud options
mudThread
protected Thread mudThread
userReader
protected Thread userReader
mudClient
protected AudioClient mudClient
_iframe
protected interactor_frame _iframe
- The frame which displays my toplevel and all it's children
AudioInterface
public AudioInterface(String argv[])
app_initialize
public void app_initialize()
- Overrides:
- app_initialize in class interactor_app
frame_initialize
public void frame_initialize()
- Overrides:
- frame_initialize in class interactor_app
callback
public void callback(interactor from_obj,
event evt,
int callback_num,
Object callback_info)
destroy
public void destroy()
- Sends a quit command and closes the sockets (which by then a broken, so you may get
an error but this way we can be doubly sure ...)
main
public static void main(String argv[])
parse_arguments
public boolean parse_arguments(String argv[])
- Parameters which can be passed to this application are:
-host --(mud host machine)
-port --(mud port)
-startmud --(don't start mud)
+startmud --(do start mud)
-startapp --(class which displays mud stuff)
-demonName --(for logging in to mud)
-demonPassword --(for logging in to mud)
- Overrides:
- parse_arguments in class interactor_app
getParameter
public String getParameter(String searchString,
String argv[])
- all search strings are assumed to start with a + or -
anything else is assumed to be an argument string.
Returns null if searchString doesn't occur in argv
Returns "" if searchString occurs but has no arguments
Returns argString if searchString has arguments
All Packages Class Hierarchy This Package Previous Next Index