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

org.nakedobjects.nos.client.dnd.ActionContent Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.nos.client.dnd;

import org.nakedobjects.noa.adapter.Naked;
import org.nakedobjects.noa.reflect.Consent;


public interface ActionContent extends Content {
    public Consent disabled();

    public Naked execute();

    public String getActionName();

    public int getNoParameters();

    public ParameterContent getParameterContent(final int index);

    public Naked getParameterObject(final int index);

    public String getDescription();
}
// Copyright (c) Naked Objects Group Ltd.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy