Class PathfindingSystem.OnTowerPlace

java.lang.Object
com.prineside.tdi2.SerializableListener<PathfindingSystem>
com.prineside.tdi2.systems.PathfindingSystem.OnTowerPlace
All Implemented Interfaces:
KryoSerializable, Listener<TowerPlace>
Enclosing class:
PathfindingSystem

public static final class PathfindingSystem.OnTowerPlace extends SerializableListener<PathfindingSystem> implements Listener<TowerPlace>
  • Method Details

    • handleEvent

      public void handleEvent(TowerPlace event)
      Description copied from interface: Listener
      Called each time an event is being triggered
      Specified by:
      handleEvent in interface Listener<TowerPlace>
      Parameters:
      event - event object passed by someone. Some events can be stopped or cancelled