Package org.pentaho.di.core.changed
Class ChangedFlag
java.lang.Object
org.pentaho.di.core.changed.ChangedFlag
- All Implemented Interfaces:
 ChangedFlagInterface
- Direct Known Subclasses:
 ClusterSchema,PartitionSchema,SlaveServer,StepErrorMeta
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidvoidClears the changed flags.voidbooleanChecks whether or not this has changed.voidnotifyObservers(Object arg) voidSets this as being changed.voidsetChanged(boolean b) Sets whether or not this has changed. 
- 
Constructor Details
- 
ChangedFlag
public ChangedFlag() 
 - 
 - 
Method Details
- 
addObserver
 - 
deleteObserver
 - 
notifyObservers
 - 
setChanged
public void setChanged()Sets this as being changed.- Specified by:
 setChangedin interfaceChangedFlagInterface
 - 
setChanged
public void setChanged(boolean b) Sets whether or not this has changed.- Specified by:
 setChangedin interfaceChangedFlagInterface- Parameters:
 ch- true if you want to mark this as changed, false otherwise
 - 
clearChanged
public void clearChanged()Clears the changed flags.- Specified by:
 clearChangedin interfaceChangedFlagInterface
 - 
hasChanged
public boolean hasChanged()Checks whether or not this has changed.- Specified by:
 hasChangedin interfaceChangedFlagInterface- Returns:
 - true if the this has changed, false otherwise
 
 
 -