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

com.flash3388.flashlib.net.hfcs.TimeoutEvent Maven / Gradle / Ivy

The newest version!
package com.flash3388.flashlib.net.hfcs;

import com.notifier.Event;

public class TimeoutEvent implements Event {

    private final InType mType;

    public TimeoutEvent(InType type) {
        mType = type;
    }

    public InType getType() {
        return mType;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy