wt.vc.wip
Interface WIPChangeDelegate
public interface WIPChangeDelegate
Interface to check whether checked out copy has been Changed.
Supported API: true
Extendable: true
|
Method Summary |
boolean |
hasChanged(Workable object)
Checks whether the checked out copy has changed. |
hasChanged
boolean hasChanged(Workable object)
throws WTException
- Checks whether the checked out copy has changed. Makes use of a delegate
to do the same.
Supported API: true
- Parameters:
object - Object to check if it has been changed.
- Returns:
- boolean
- Throws:
WTException