(DataStore dataStore)
| 2549 | } |
| 2550 | |
| 2551 | @Override |
| 2552 | public void setDataStore(DataStore dataStore) |
| 2553 | throws gate.persist.PersistenceException { |
| 2554 | super.setDataStore(dataStore); |
| 2555 | if(this.dataStore != null) this.dataStore.addDatastoreListener(this); |
| 2556 | } |
| 2557 | |
| 2558 | /** |
| 2559 | * This method added by Shafirin Andrey, to allow access to protected member |
nothing calls this directly
no test coverage detected