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

com.canoo.dolphin.server.context.CommunicationManager Maven / Gradle / Ivy

Go to download

The Dolphin Platform is a framework that implements the presentation model pattern and provides amodern way to create enterprise applications. The Platform provides several client implementations that all canbe used in combination with a general sever API.

There is a newer version: 1.0.0.CR5
Show newest version
package com.canoo.dolphin.server.context;

/**
 * Functional interface that defines the state of a response from the server.
 */
public interface CommunicationManager {

    /**
     * Returns true if commands should be send back to the client
     * @return true if commands should be send back to the client
     */
    boolean hasResponseCommands();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy