Package com.prineside.tdi2.systems
Class GameStateSystem.OnMinerResourceChange
java.lang.Object
com.prineside.tdi2.systems.GameStateSystem.OnMinerResourceChange
- All Implemented Interfaces:
 com.esotericsoftware.kryo.KryoSerializable,Listener<MinerResourceChange>
- Enclosing class:
 - GameStateSystem
 
public static class GameStateSystem.OnMinerResourceChange
extends Object
implements Listener<MinerResourceChange>, com.esotericsoftware.kryo.KryoSerializable
- 
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEvent(MinerResourceChange event) voidread(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input) voidwrite(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output)  
- 
Method Details
- 
write
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output) - Specified by:
 writein interfacecom.esotericsoftware.kryo.KryoSerializable
 - 
read
public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input) - Specified by:
 readin interfacecom.esotericsoftware.kryo.KryoSerializable
 - 
handleEvent
- Specified by:
 handleEventin interfaceListener<MinerResourceChange>
 
 -