Package factOrFiction.model

Examples of factOrFiction.model.CardPool


      viewer = v;

      if (oldInput != null)
        ((CardPool)oldInput).deleteObserver(this);
      if (newInput != null) {
        CardPool pool = (CardPool)newInput;
        pool.addObserver(this);
        super.inputChanged(viewer, null, pool.getIndexSearcher());
      }
    }
View Full Code Here

TOP

Related Classes of factOrFiction.model.CardPool

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.