public interface DataProviderHasNewNameEvent extends MMEvent
Datastore.setName(String) is called
The default implementation of this Event posts on the Datastore
event bus. Subscribe using DataProvider.registerForEvents(Object).
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNewName()
Returns the new name of the DataProvider.
|