From 8fd9c3e2980eb5720033584ac3cd2d156b5c9d63 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 26 May 2008 19:44:51 +0000 Subject: new onClientSchedule and onServerSchedule abstract methods --- sources/protocols/implementations/PingPongProtocol.java | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'sources/protocols/implementations/PingPongProtocol.java') diff --git a/sources/protocols/implementations/PingPongProtocol.java b/sources/protocols/implementations/PingPongProtocol.java index 167feb6..4082dd3 100644 --- a/sources/protocols/implementations/PingPongProtocol.java +++ b/sources/protocols/implementations/PingPongProtocol.java @@ -65,6 +65,12 @@ public class PingPongProtocol extends VSAbstractProtocol { sendMessage(message); } + /* (non-Javadoc) + * @see protocols.VSAbstractProtocol#onClientSchedule() + */ + protected void onClientSchedule() { + } + /* (non-Javadoc) * @see protocols.VSAbstractProtocol#onServerReset() */ @@ -87,6 +93,12 @@ public class PingPongProtocol extends VSAbstractProtocol { sendMessage(message); } + /* (non-Javadoc) + * @see protocols.VSAbstractProtocol#onServerSchedule() + */ + protected void onServerSchedule() { + } + /* (non-Javadoc) * @see protocols.VSAbstractProtocol#toString() */ -- cgit v1.2.3