Uses of Interface
org.kordamp.json.util.JsonEventListener
-
Packages that use JsonEventListener Package Description org.kordamp.json The core of the library -
-
Uses of JsonEventListener in org.kordamp.json
Methods in org.kordamp.json with parameters of type JsonEventListener Modifier and Type Method Description void
JsonConfig. addJsonEventListener(JsonEventListener listener)
Registers a listener for JSON events.
The events will be triggered only when using the static builders and if event triggering is enabled.
[Java -> JSON]void
JsonConfig. removeJsonEventListener(JsonEventListener listener)
Removes a listener for JSON events.
[Java -> JSON]
-