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

edu.uiuc.ncsa.sas.thing.action.LogoffAction Maven / Gradle / Ivy

There is a newer version: 5.4.3
Show newest version
package edu.uiuc.ncsa.sas.thing.action;

import edu.uiuc.ncsa.sas.SASConstants;

/**
 * 

Created by Jeff Gaynor
* on 8/15/22 at 10:52 AM */ public class LogoffAction extends Action{ public LogoffAction() { super(SASConstants.ACTION_LOGOFF); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy