Package de.bastiankrol.startexplorer.handlers

Source Code of de.bastiankrol.startexplorer.handlers.StartSystemApplicationFromResourceHandler

package de.bastiankrol.startexplorer.handlers;

import de.bastiankrol.startexplorer.handlers.delegates.StartSystemApplicationFromResourceHandlerDelegate;

/**
* Handler for the command start system application from resource handler
*
* @author Bastian Krol
* @version $Revision:$ $Date:$
*/
public class StartSystemApplicationFromResourceHandler extends
    AbstractStartFromResourceHandler
{
  @Override
  StartSystemApplicationFromResourceHandlerDelegate getDelegate()
  {
    return new StartSystemApplicationFromResourceHandlerDelegate();
  }
}
TOP

Related Classes of de.bastiankrol.startexplorer.handlers.StartSystemApplicationFromResourceHandler

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.