projects
/
Sone.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
🐛 Unregister USKs even if edition differs
[Sone.git]
/
src
/
main
/
java
/
net
/
pterodactylus
/
sone
/
fcp
/
event
/
FcpInterfaceDeactivatedEvent.java
1
package net.pterodactylus.sone.fcp.event;
2
3
import net.pterodactylus.sone.fcp.FcpInterface;
4
5
/**
6
* Event that signals that the {@link FcpInterface} was deactivated in the
7
* configuration.
8
*/
9
public class FcpInterfaceDeactivatedEvent {
10
11
}