mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
6 lines
128 B
Java
6 lines
128 B
Java
|
|
package gplx.objects.events;
|
||
|
|
|
||
|
|
public interface GfoEventOwner {
|
||
|
|
boolean EventsEnabled(); void EventsEnabledSet(boolean v);
|
||
|
|
}
|