com.github.zhengframework.event.EventRegistration Maven / Gradle / Ivy
package com.github.zhengframework.event;
public interface EventRegistration {
void unregister();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.github.zhengframework.event;
public interface EventRegistration {
void unregister();
}