Uses of Interface
org.kordamp.json.util.JsonEventListener
-
Packages that use JsonEventListener Package Description org.kordamp.json -
-
Uses of JsonEventListener in org.kordamp.json
Methods in org.kordamp.json with parameters of type JsonEventListener Modifier and Type Method Description voidJsonConfig. 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]voidJsonConfig. removeJsonEventListener(JsonEventListener listener)Removes a listener for JSON events.
[Java -> JSON]
-