Package mage.game.events

Examples of mage.game.events.TableEventSource


  private void readObject(java.io.ObjectInputStream in) throws IOException, ClassNotFoundException {
    //initialize transient objects during deserialization
    in.defaultReadObject();
    savedStates = new Stack<Integer>();
    tableEventSource = new TableEventSource();
    playerQueryEventSource = new PlayerQueryEventSource();
    gameStates = new GameStates();
  }
View Full Code Here


    private void readObject(java.io.ObjectInputStream in) throws IOException, ClassNotFoundException {
        //initialize transient objects during deserialization
        in.defaultReadObject();
        savedStates = new Stack<>();
        tableEventSource = new TableEventSource();
        playerQueryEventSource = new PlayerQueryEventSource();
        gameStates = new GameStates();
    }
View Full Code Here

TOP

Related Classes of mage.game.events.TableEventSource

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.