56b658a6f07aeb8438107eab89173e6be994220e
[Sone.git] / src / main / java / net / pterodactylus / sone / fcp / event / FcpInterfaceActivatedEvent.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 activated in the
7  * configuration.
8  *
9  * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
10  */
11 public class FcpInterfaceActivatedEvent {
12
13 }