![JAR search and dependency download from the Maven repository](/logo.png)
java.awt.SecondaryLoop Maven / Gradle / Ivy
package java.awt;
@SuppressWarnings("WeakerAccess")
public interface SecondaryLoop {
boolean enter();
boolean exit();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package java.awt;
@SuppressWarnings("WeakerAccess")
public interface SecondaryLoop {
boolean enter();
boolean exit();
}