| com.github.droidpl.android.jsonviewer.RVJsonAdapter.JsonListener |
Known Indirect Subclasses
|
Listener to return the object clicked if it is a complex one.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
openJsonArray(JSONArray array)
Provides the clicked array item.
| ||||||||||
| abstract void |
openJsonObject(JSONObject object)
Provides the clicked json object.
| ||||||||||
Provides the clicked array item.
| array | The array to open. |
|---|
Provides the clicked json object.
| object | The object. |
|---|