All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.webswing.model.c2s.FilesSelectedEventMsgIn Maven / Gradle / Ivy

There is a newer version: 20.2.4
Show newest version
package org.webswing.model.c2s;

import java.util.List;

import org.webswing.model.MsgIn;

public class FilesSelectedEventMsgIn implements MsgIn {

	private static final long serialVersionUID = 75198619L;
	private List files;

	public List getFiles() {
		return files;
	}

	public void setFiles(List files) {
		this.files = files;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy