com.hp.ucmdb.api.topology.notification
Interface ModelListener


public interface ModelListener

Implemented by a client to receive notifications of changes in the model.

Since:
8.0

Method Summary
 void onChange(ModelChange modelChange)
          Notifies the client of changes to the model.
 

Method Detail

onChange

void onChange(ModelChange modelChange)
Notifies the client of changes to the model. If several elements in the same model are changed, a single onChange invocation may report the combined results of the changes. The order of changes is always preserved: Results are never combined such that a later invocation of onChange reports changes that occurred before an earlier invocation.



Documentation Feedback
Copyright 2010 Hewlett-Packard Development Company, L.P.