Uses of Class
com.web_visage.ichat.messages.IChatCreateLineMessage

Packages that use IChatCreateLineMessage
com.web_visage.ichat   
com.web_visage.ichat.listeners   
com.web_visage.ichat.messages   
 

Uses of IChatCreateLineMessage in com.web_visage.ichat
 

Methods in com.web_visage.ichat that return IChatCreateLineMessage
 IChatCreateLineMessage AbstractMessageFactory.createCreateLineMessage(int aMessageId, IChatSender aSender, java.lang.String aLine, java.lang.String aPassword)
          Creates create line message.
 IChatCreateLineMessage IChatMessageFactory.createCreateLineMessage(int aMessageId, IChatSender aSender, java.lang.String aLine, java.lang.String aPassword)
          Creates create line message.
 

Uses of IChatCreateLineMessage in com.web_visage.ichat.listeners
 

Methods in com.web_visage.ichat.listeners with parameters of type IChatCreateLineMessage
 void CreateLineMessageListener.processCreateLineMessage(IChatCreateLineMessage aMessage)
          Handles the iChat "create line" message.
 

Uses of IChatCreateLineMessage in com.web_visage.ichat.messages
 

Methods in com.web_visage.ichat.messages that return IChatCreateLineMessage
static IChatCreateLineMessage IChatCreateLineMessage.newInstance(int aMsgNumber, IChatSender aSender, IChatParameterAccessor aParameters)
          Returns new message instance by raw parameters array.
 

Methods in com.web_visage.ichat.messages with parameters of type IChatCreateLineMessage
 void IChatCreateLineMessageVisitor.visit(IChatCreateLineMessage aMessage)
          Visits IChatCreateLineMessage message.