f45ac53598a9ff313bc2e26b14422d28abed4a93
[Sone.git] / 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 public class FcpInterfaceActivatedEvent {
10
11 }