package com.gimpusers.xorgtablet; public class XDisconnectEvent extends XEvent { public XDisconnectEvent() { super(0, 0, 0); } @Override public byte[] toByteArray() { return null; } }