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

at.spardat.xma.page.IPageExtender Maven / Gradle / Ivy

There is a newer version: 6.0.2
Show newest version
/*******************************************************************************
 * Copyright (c) 2003, 2007 s IT Solutions AT Spardat GmbH .
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 * Contributors:
 *     s IT Solutions AT Spardat GmbH - initial API and implementation
 *******************************************************************************/

/*
 * Created on 14.01.2004
 *
 *
 *
 */
package at.spardat.xma.page;

/**
 *
 *
 * @author s2877
 */
public interface IPageExtender {
    public void enter();
    public void stateChanged();
    public void setState(String stateName,String stateValue);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy