templates.model
Interface TemplateModelSubscriber

All Known Implementing Classes:
TemplateDiagram

public interface TemplateModelSubscriber

Callback interface for listeners for changes in TemplateModels. Such listeners need to register with the TemplateModelPublishers they'd like to monitor.

Author:
Lenko Grigorov

Method Summary
 void templateModelStructureChanged(TemplateModelMessage message)
          Called when there has been a change to the structure of the TemplateModel to whose TemplateModelPublisher this listener subscribes.
 

Method Detail

templateModelStructureChanged

void templateModelStructureChanged(TemplateModelMessage message)
Called when there has been a change to the structure of the TemplateModel to whose TemplateModelPublisher this listener subscribes.

Parameters:
message - the description of the change