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

com.jnngl.totalcomputers.motion.SlotCaptureEvent Maven / Gradle / Ivy

The newest version!
package com.jnngl.totalcomputers.motion;

import com.jnngl.totalcomputers.system.RequiresAPI;

@RequiresAPI(apiLevel = 4)
public interface SlotCaptureEvent {

    public void slotLeft();
    public void slotRight();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy