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

org.nakedobjects.plugins.headless.viewer.internal.InteractionEventDispatcher Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package org.nakedobjects.plugins.headless.viewer.internal;

import org.nakedobjects.applib.events.InteractionEvent;


public interface InteractionEventDispatcher {

    void dispatch(InteractionEvent interactionEvent);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy