blog
Interface WorldDiffListener


public interface WorldDiffListener

Interface for objects that can be notified when a PartialWorldDiff object is saved or reverted.


Method Summary
 void notifyReverted()
          Called when the revert method is called on the PartialWorldDiff.
 void notifySaved()
          Called when the save method is called on the PartialWorldDiff.
 

Method Detail

notifySaved

void notifySaved()
Called when the save method is called on the PartialWorldDiff.


notifyReverted

void notifyReverted()
Called when the revert method is called on the PartialWorldDiff.