diff options
Diffstat (limited to 'sources/events/VSEvent.java')
| -rw-r--r-- | sources/events/VSEvent.java | 3 |
1 files changed, 3 insertions, 0 deletions
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); } |
