Package henplus.event

Examples of henplus.event.ExecutionListener


        _variables.putAll(_config.readProperties());
    }

    public void registerLastCommandListener(final CommandDispatcher dispatcher) {
        _specialVariables.add(SPECIAL_LAST_COMMAND);
        dispatcher.addExecutionListener(new ExecutionListener() {

            @Override
            public void beforeExecution(final SQLSession session, final String command) {
            }
View Full Code Here

TOP

Related Classes of henplus.event.ExecutionListener

Copyright © 2018 www.massapicom. 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.