com.uwyn.drone.protocol.commands
Class User

java.lang.Object
  extended bycom.uwyn.drone.protocol.commands.User
All Implemented Interfaces:
IrcCommand

public class User
extends Object
implements IrcCommand


Constructor Summary
User(String name, int mode, String realName)
           
User(String name, String realName)
           
 
Method Summary
 String getCommand()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

User

public User(String name,
            String realName)

User

public User(String name,
            int mode,
            String realName)
Method Detail

getCommand

public String getCommand()
Specified by:
getCommand in interface IrcCommand


Copyright © 2002-2005 Uwyn bvba/sprl. All Rights Reserved.