Uses of Class
com.croftsoft.apps.client.ClientMessage.Type

Packages that use ClientMessage.Type
com.croftsoft.apps.client Client for the ALICE chatbot server Program D. 
 

Uses of ClientMessage.Type in com.croftsoft.apps.client
 

Methods in com.croftsoft.apps.client that return ClientMessage.Type
 ClientMessage.Type ClientMessage.getType()
           
static ClientMessage.Type ClientMessage.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ClientMessage.Type[] ClientMessage.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.croftsoft.apps.client with parameters of type ClientMessage.Type
ClientMessage(ClientMessage.Type type)
           
ClientMessage(ClientMessage.Type type, Object content)
           
 


CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)