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

com.github.signalr4j.client.hubs.SubscriptionHandler3 Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
/*
Copyright (c) Microsoft Open Technologies, Inc.
All Rights Reserved
See License.txt in the project root for license information.
*/

package com.github.signalr4j.client.hubs;

public interface SubscriptionHandler3 {
    public void run(E1 p1, E2 p2, E3 p3);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy