From dbb780b7295c0df60269ee6f3c85c3056d6262b8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 17 May 2008 20:36:00 +0000 Subject: VSEvent interface has now has the init method. --- sources/events/VSEvent.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sources/events/VSEvent.java') diff --git a/sources/events/VSEvent.java b/sources/events/VSEvent.java index cf5ab5b..2435320 100644 --- a/sources/events/VSEvent.java +++ b/sources/events/VSEvent.java @@ -1,4 +1,7 @@ package events; +import core.VSProcess; + public interface VSEvent { + public void init(VSProcess process); } -- cgit v1.2.3