This repository has been archived on 2021-12-05. You can view files and clone it, but cannot push or open issues or pull requests.
envoy/client/src/main/java/envoy/client/event/BackEvent.java

16 lines
362 B
Java

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;
}