package envoy.client.event; import envoy.event.Event.Valueless; /** * This event serves the purpose to trigger the tab change to tab 0 in * {@link envoy.client.ui.controller.ChatScene}. *

* Project: client
* File: BackEvent.java
* Created: 23.08.2020
* * @author Maximilian Käfer * @since Envoy Client v0.2-beta */ public class BackEvent extends Valueless { private static final long serialVersionUID = 0L; }