org.openmdx.base.application.control
Interface CmdLineListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ApplicationController, ApplicationController_1_0

public interface CmdLineListener
extends EventListener

Command line event listener.


Method Summary
 void cmdLineBadArgs(CmdLineEvent e)
           
 void cmdLineHelpRequest(CmdLineEvent e)
           
 void cmdLineTrace(CmdLineEvent e)
           
 void cmdLineVersionRequest(CmdLineEvent e)
           
 

Method Detail

cmdLineBadArgs

void cmdLineBadArgs(CmdLineEvent e)

cmdLineHelpRequest

void cmdLineHelpRequest(CmdLineEvent e)

cmdLineVersionRequest

void cmdLineVersionRequest(CmdLineEvent e)

cmdLineTrace

void cmdLineTrace(CmdLineEvent e)


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.