Interface AnonymousRecordNameChangedListener
A listener that notifies whenever AnonymousRecord.setName(name)
is called.
This is useful to easily populate user-interface with data choosen from a list of entries.
Learn more about AnonymousRecords in this tutorial
Methods
void recordNameChanged(String name, AnonymousRecord anonymousRecord)
{{#table mode="java-api"}}
-
arg: name
typ: String
des: The new recordName
-
arg: anonymousRecord
typ: AnonymousRecord
des: The anonymousRecord which name changed
{{/table}}
Notified whenever the underlying record changes