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

com.alachisoft.ncache.client.EventHandle Maven / Gradle / Ivy

There is a newer version: 5.3.0
Show newest version
package com.alachisoft.ncache.client;

public class EventHandle {
    private int _handle;

    public EventHandle(short handle) {
        this._handle = handle;
    }

    public final int getHandle() {
        return _handle;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy