216960b8adacf026c1a92ab1b3bd969f0b7c9cf4
[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 }