Package mallemuck.model.command

Source Code of mallemuck.model.command.ZipUnzip

package mallemuck.model.command;

import zipunzip.ZipUnzipPanel;

/**
*
*/
public class ZipUnzip implements Command {
   
    public ZipUnzip() {}

    public void perform(CommandData data) throws Exception {
        ZipUnzipPanel panel = new ZipUnzipPanel();          
    }

    public void undo() {
    }       
}
TOP

Related Classes of mallemuck.model.command.ZipUnzip

TOP
Copyright © 2018 www.massapi.com. 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.