com.flash3388.flashlib.net.hfcs.TimeoutEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flashlib.net.core Show documentation
Show all versions of flashlib.net.core Show documentation
Robotics development framework (flashlib.net.core)
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