Class StoreZoneCommand

java.lang.Object
marauroa.server.db.command.AbstractDBCommand
marauroa.server.game.dbcommand.StoreZoneCommand
All Implemented Interfaces:
DBCommand

public class StoreZoneCommand extends AbstractDBCommand
Asynchronously stores a zone.
Author:
hendrik
  • Constructor Details

    • StoreZoneCommand

      public StoreZoneCommand(IRPZone zone, List<RPObject> frozenContent)
      Asynchronously stores a zone
      Parameters:
      zone - IRPZone
      frozenContent - the content of the
  • Method Details