From ef5e2356312e8354e1fe0addef6e24636f95ad78 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 20 May 2008 21:45:17 +0000 Subject: A new package events.internal has been introduced. It only contains events which are for internal usage. the events which are in the events.implementations menu are the events which are editable in the task manager. --- sources/protocols/VSProtocol.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/protocols/VSProtocol.java') diff --git a/sources/protocols/VSProtocol.java b/sources/protocols/VSProtocol.java index df22e51..291b778 100644 --- a/sources/protocols/VSProtocol.java +++ b/sources/protocols/VSProtocol.java @@ -72,7 +72,7 @@ abstract public class VSProtocol extends VSEvent { abstract protected void onServerRecv(VSMessage message); protected int getNumProcesses() { - return process.getSimulationPanel().getNumProcesses(); + return process.getSimulationCanvas().getNumProcesses(); } public String toString() { -- cgit v1.2.3