Changed InvocationReceiver into an interface because it needn't be a class
and that allows classes that normally do other things to register themselves as an invocation receiver. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@179 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
//
|
||||
// $Id: TestReceiver.java,v 1.1 2001/07/19 19:18:06 mdb Exp $
|
||||
// $Id: TestReceiver.java,v 1.2 2001/08/04 02:31:20 mdb Exp $
|
||||
|
||||
package com.threerings.cocktail.cher.client.test;
|
||||
|
||||
import com.threerings.cocktail.cher.Log;
|
||||
import com.threerings.cocktail.cher.client.InvocationReceiver;
|
||||
|
||||
public class TestReceiver extends InvocationReceiver
|
||||
public class TestReceiver implements InvocationReceiver
|
||||
{
|
||||
public void handleTestNotification (int one, String two)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user