Added method to call REMOVEGRP.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@599 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2002-02-22 08:37:34 +00:00
parent 1807c06fbf
commit 082aa40f8c
@@ -1,5 +1,5 @@
//
// $Id: ServerControl.java,v 1.3 2001/07/13 00:10:05 mdb Exp $
// $Id: ServerControl.java,v 1.4 2002/02/22 08:37:34 mdb Exp $
package robodj.util;
@@ -62,6 +62,11 @@ public class ServerControl
sendCommand("REMOVE " + sid);
}
public void removeGroup (int sid, int count)
{
sendCommand("REMOVEGRP " + sid + " " + count);
}
public void skipto (int sid)
{
sendCommand("SKIPTO " + sid);