Description
At the moment, the orderChangedCallback is a zero-argument function. It simply notifies the implementor that a change in the DOM has occurred, but doesn't provide any specific information. We should, at minimum, pass back the item that was moved to the callback:
orderChangedCallback(item);