1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00
Files
gnosygnu_xowa/baselib/src/gplx/objects/events/GfoEventOwner.java

6 lines
128 B
Java
Raw Normal View History

package gplx.objects.events;
public interface GfoEventOwner {
boolean EventsEnabled(); void EventsEnabledSet(boolean v);
}