Package jadx.api.plugins.events
Class JadxEvents
- java.lang.Object
-
- jadx.api.plugins.events.JadxEvents
-
public class JadxEvents extends java.lang.ObjectTyped and extendable enumeration of event types
-
-
Field Summary
Fields Modifier and Type Field Description static JadxEventType<NodeRenamedByUser>NODE_RENAMED_BY_USERNotify about renaming done by user (GUI only).static JadxEventType<ReloadProject>RELOAD_PROJECTRequest reload of a current project (GUI only).static JadxEventType<ReloadSettingsWindow>RELOAD_SETTINGS_WINDOWRequest reload of a settings window (GUI only).
-
Constructor Summary
Constructors Constructor Description JadxEvents()
-
-
-
Field Detail
-
NODE_RENAMED_BY_USER
public static final JadxEventType<NodeRenamedByUser> NODE_RENAMED_BY_USER
Notify about renaming done by user (GUI only).
-
RELOAD_PROJECT
public static final JadxEventType<ReloadProject> RELOAD_PROJECT
Request reload of a current project (GUI only).
-
RELOAD_SETTINGS_WINDOW
public static final JadxEventType<ReloadSettingsWindow> RELOAD_SETTINGS_WINDOW
Request reload of a settings window (GUI only). Useful for a reload custom settings group which was set withJadxGuiSettings.setCustomSettingsGroup(ISettingsGroup).
-
-