Package com.prineside.tdi2.utils
Class ListenerSubclass<T>
java.lang.Object
com.prineside.tdi2.utils.ListenerSubclass<T>
- All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable
public abstract class ListenerSubclass<T>
extends Object
implements com.esotericsoftware.kryo.KryoSerializable
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ListenerSubclass
-
-
Method Details
-
write
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output) - Specified by:
write
in interfacecom.esotericsoftware.kryo.KryoSerializable
-
read
public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input) - Specified by:
read
in interfacecom.esotericsoftware.kryo.KryoSerializable
-