PuzzleCodec.java :  » Game » shortyz » com » totsp » crossword » web » client » Java Open Source

Java Open Source » Game » shortyz 
shortyz » com » totsp » crossword » web » client » PuzzleCodec.java
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package com.totsp.crossword.web.client;

import com.totsp.crossword.puz.Puzzle;
import com.totsp.gwittir.serial.json.client.JSONCodec;

/**
 *
 * @author kebernet
 */
public interface PuzzleCodec extends JSONCodec<Puzzle> {

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.