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

com.zeroc.IceInternal.EventHandlerOpPair Maven / Gradle / Ivy

//
// Copyright (c) ZeroC, Inc. All rights reserved.
//

package com.zeroc.IceInternal;

class EventHandlerOpPair
{
    EventHandlerOpPair(EventHandler handler, int op)
    {
        this.handler = handler;
        this.op = op;
    }

    EventHandler handler;
    int op;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy