package envoy.client.event; import envoy.event.Event.Valueless; /** * This event serves the purpose of triggering the tab change to tab 0 in * {@link envoy.client.ui.controller.ChatScene}. * * @author Maximilian Käfer * @since Envoy Client v0.2-beta */ public class BackEvent extends Valueless { private static final long serialVersionUID = 0L; }