summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/events
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-02-18 22:54:58 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-02-18 22:54:58 +0100
commitcfa9dff0c90be83ab219db10ef08abb8c6aabca0 (patch)
tree9a726d9e8cb937c5f9f867f8f78f5aaa27e002da /src/main/java/at/hannibal2/skyhanni/events
parent8e57a5b1a7ea98a086fae0883e42cd34558b0a58 (diff)
downloadskyhanni-cfa9dff0c90be83ab219db10ef08abb8c6aabca0.tar.gz
skyhanni-cfa9dff0c90be83ab219db10ef08abb8c6aabca0.tar.bz2
skyhanni-cfa9dff0c90be83ab219db10ef08abb8c6aabca0.zip
Added Visitor Timer.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/events')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/events/TabListUpdateEvent.kt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/events/TabListUpdateEvent.kt b/src/main/java/at/hannibal2/skyhanni/events/TabListUpdateEvent.kt
new file mode 100644
index 000000000..4524cbd05
--- /dev/null
+++ b/src/main/java/at/hannibal2/skyhanni/events/TabListUpdateEvent.kt
@@ -0,0 +1,3 @@
+package at.hannibal2.skyhanni.events
+
+class TabListUpdateEvent(val tabList: List<String>): LorenzEvent() \ No newline at end of file