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

org.webswing.model.internal.ExitMsgInternal Maven / Gradle / Ivy

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

import org.webswing.model.MsgInternal;

public class ExitMsgInternal  implements MsgInternal{

	private static final long serialVersionUID = -8007742149401885272L;
	
	private int waitForExit;

	
	public int getWaitForExit() {
		return waitForExit;
	}

	public void setWaitForExit(int waitForExit) {
		this.waitForExit = waitForExit;
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy