public class DataSingletonCollection extends Observable
Constructor and Description |
---|
DataSingletonCollection() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
DataSingleton |
get(DataSingleton item) |
Collection<DataSingleton> |
getAll() |
DataSingleton |
getNoCreate(DataSingleton item) |
void |
popTransaction() |
void |
pushTransaction(String cause) |
void |
remove(DataSingleton item) |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
public DataSingleton get(DataSingleton item)
public DataSingleton getNoCreate(DataSingleton item)
public void remove(DataSingleton item)
public Collection<DataSingleton> getAll()
public void pushTransaction(String cause)
public void popTransaction()
public void clear()
Copyright © 2020. All rights reserved.