Added stubs for invocation service callbacks.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@521 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: ParlorDirector.java,v 1.11 2001/10/11 21:08:21 mdb Exp $
|
||||
// $Id: ParlorDirector.java,v 1.12 2001/10/22 23:56:25 mdb Exp $
|
||||
|
||||
package com.threerings.parlor.client;
|
||||
|
||||
@@ -377,6 +377,22 @@ public class ParlorDirector
|
||||
}
|
||||
}
|
||||
|
||||
public void handleTableCreated (int invid, int tableId)
|
||||
{
|
||||
}
|
||||
|
||||
public void handleCreateFailed (int invid, String reason)
|
||||
{
|
||||
}
|
||||
|
||||
public void handleTableJoined (int invid, int tableId)
|
||||
{
|
||||
}
|
||||
|
||||
public void handleJoinFailed (int invid, String reason)
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* The invitation class is used to track information related to
|
||||
* outstanding invitations generated by or targeted to this client.
|
||||
|
||||
Reference in New Issue
Block a user