Interface mheg5.MCM.AIApplication
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface mheg5.MCM.AIApplication

public interface AIApplication
extends Object
Action Interface AIApplication

Method Index

 o CloseConnection(int)
 o GetEngineSupport(String, BooleanVariable)
 o Launch()
 o LockScreen()
 o OpenConnection(BooleanVariable, String, String, int)
 o Quit()
 o ReadPersistent()
 o Spawn()
 o StorePersistent()
 o UnlockScreen()

Methods

 o StorePersistent
  public abstract void StorePersistent()
 o ReadPersistent
  public abstract void ReadPersistent()
 o Launch
  public abstract void Launch()
 o Spawn
  public abstract void Spawn()
 o Quit
  public abstract void Quit()
 o LockScreen
  public abstract void LockScreen()
 o UnlockScreen
  public abstract void UnlockScreen()
 o OpenConnection
  public abstract void OpenConnection(BooleanVariable os,
                                      String protocol,
                                      String address,
                                      int connection_tag)
 o CloseConnection
  public abstract void CloseConnection(int index_of_connection)
 o GetEngineSupport
  public abstract void GetEngineSupport(String support_string,
                                        BooleanVariable bv)

All Packages  Class Hierarchy  This Package  Previous  Next  Index