CommandStackEventListener

CommandStack.png

Demonstate the usage of the CommandStackEventListener interface.

This interface is very usefull for server - client communication. You can update the server data on every CommandStack change.

Show...