summaryrefslogtreecommitdiff
path: root/sources/events/VSEvent.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/events/VSEvent.java')
-rw-r--r--sources/events/VSEvent.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/events/VSEvent.java b/sources/events/VSEvent.java
index 2435320..2223d22 100644
--- a/sources/events/VSEvent.java
+++ b/sources/events/VSEvent.java
@@ -4,4 +4,5 @@ import core.VSProcess;
public interface VSEvent {
public void init(VSProcess process);
+ public void logg(String message);
}