package net.pterodactylus.sone.fcp.event; import net.pterodactylus.sone.fcp.FcpInterface; /** * Event that signals that the {@link FcpInterface} was activated in the * configuration. * * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a> */ public class FcpInterfaceActivatedEvent { }