Package jadx.api.plugins.events
Class JadxEvents
java.lang.Object
jadx.api.plugins.events.JadxEvents
Typed and extendable enumeration of event types
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JadxEventType<NodeRenamedByUser> Notify about renaming done by user (GUI only).static final JadxEventType<ReloadProject> Request reload of a current project (GUI only).static final JadxEventType<ReloadSettingsWindow> Request reload of a settings window (GUI only). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NODE_RENAMED_BY_USER
Notify about renaming done by user (GUI only). -
RELOAD_PROJECT
Request reload of a current project (GUI only). -
RELOAD_SETTINGS_WINDOW
Request reload of a settings window (GUI only). Useful for a reload custom settings group which was set withJadxGuiSettings.setCustomSettingsGroup(ISettingsGroup).
-
-
Constructor Details
-
JadxEvents
public JadxEvents()
-