package org.briarproject.api.event; /** An event that is broadcast when the app is shutting down. */ public class ShutdownEvent extends Event { }