X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fcore%2Fevent%2FSoneLockedOnStartup.kt;fp=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fcore%2Fevent%2FSoneLockedOnStartup.kt;h=21c57387c2724cbfd29d0e41b70a4d0df94ef48c;hb=6d422fb5879ac6f6211973cf99de9b55f16f1f72;hp=0000000000000000000000000000000000000000;hpb=edc6cbcccc641119cabf14f82237104c901dcc7c;p=Sone.git diff --git a/src/main/kotlin/net/pterodactylus/sone/core/event/SoneLockedOnStartup.kt b/src/main/kotlin/net/pterodactylus/sone/core/event/SoneLockedOnStartup.kt new file mode 100644 index 0000000..21c5738 --- /dev/null +++ b/src/main/kotlin/net/pterodactylus/sone/core/event/SoneLockedOnStartup.kt @@ -0,0 +1,25 @@ +/** + * Sone - SoneLockedOnStartup.kt - Copyright © 2019 David ‘Bombe’ Roden + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +package net.pterodactylus.sone.core.event + +import net.pterodactylus.sone.data.* + +/** + * Signals that a Sone was locked on startup because it’s empty. + */ +class SoneLockedOnStartup(sone: Sone) : SoneEvent(sone)