JML

net.sf.jml.protocol.outgoing
Class OutgoingGTC

java.lang.Object
  extended by net.sf.jml.protocol.MsnMessage
      extended by net.sf.jml.protocol.MsnOutgoingMessage
          extended by net.sf.jml.protocol.outgoing.OutgoingGTC

public class OutgoingGTC
extends MsnOutgoingMessage

Change what to do when someone adds you to their contact list .

Supported Protocol: All

Syntax: GTC trId A|N

Author:
Roger Chen

Field Summary
 
Fields inherited from class net.sf.jml.protocol.MsnMessage
protocol
 
Constructor Summary
OutgoingGTC(MsnProtocol protocol)
           
 
Method Summary
 void setNotifyMeWhenSomeoneAddedMe(boolean b)
           
 
Methods inherited from class net.sf.jml.protocol.MsnOutgoingMessage
messageSent, receivedResponse
 
Methods inherited from class net.sf.jml.protocol.MsnMessage
addParam, asString, clearParams, getChunkData, getCommand, getParam, getParamCount, getProtocol, getTransactionId, isSupportChunkData, isSupportTransactionId, load, save, setChunkData, setChunkData, setCommand, setParam, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OutgoingGTC

public OutgoingGTC(MsnProtocol protocol)
Method Detail

setNotifyMeWhenSomeoneAddedMe

public void setNotifyMeWhenSomeoneAddedMe(boolean b)

JML