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

org.nakedobjects.plugins.dndviewer.client.DndClientInstaller Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.plugins.dndviewer.client;

import org.nakedobjects.runtime.client.NakedObjectClient;
import org.nakedobjects.runtime.client.NakedObjectClientInstaller;
import org.nakedobjects.runtime.installers.InstallerAbstract;


public class DndClientInstaller extends InstallerAbstract implements NakedObjectClientInstaller {

    public NakedObjectClient createClient() {
        return new DndClient();
    }

    public String getName() {
        return "dnd";
    }
}

// Copyright (c) Naked Objects Group Ltd.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy