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

Variable Index

 o _iframe
The frame which displays my toplevel and all it's children
 o mudAllowed
can be set at runtime with the -startmud or +startmud options
 o mudClient
 o mudHost
 o mudPort
 o mudThread
 o userReader

Constructor Index

 o AudioInterface(String[])

Method Index

 o app_initialize()
 o callback(interactor, event, int, Object)
 o 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 ...)
 o frame_initialize()
 o getParameter(String, String[])
all search strings are assumed to start with a + or - anything else is assumed to be an argument string.
 o main(String[])
 o 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)

Variables

 o mudPort
  protected int mudPort
 o mudHost
  protected String mudHost
 o mudAllowed
  protected boolean mudAllowed
can be set at runtime with the -startmud or +startmud options
 o mudThread
  protected Thread mudThread
 o userReader
  protected Thread userReader
 o mudClient
  protected AudioClient mudClient
 o _iframe
  protected interactor_frame _iframe
The frame which displays my toplevel and all it's children

Constructors

 o AudioInterface
  public AudioInterface(String argv[])

Methods

 o app_initialize
  public void app_initialize()
Overrides:
app_initialize in class interactor_app
 o frame_initialize
  public void frame_initialize()
Overrides:
frame_initialize in class interactor_app
 o callback
  public void callback(interactor from_obj,
                       event evt,
                       int callback_num,
                       Object callback_info)
 o 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 ...)
 o main
  public static void main(String argv[])
 o 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
 o 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