mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
Refactor: @Test whitespace clean-up and other corelib changes
This commit is contained in:
5
baselib/src/gplx/objects/events/GfoEventOwner.java
Normal file
5
baselib/src/gplx/objects/events/GfoEventOwner.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package gplx.objects.events;
|
||||
|
||||
public interface GfoEventOwner {
|
||||
boolean EventsEnabled(); void EventsEnabledSet(boolean v);
|
||||
}
|
||||
Reference in New Issue
Block a user