org.openanzo.common.ontology
Interface AnzoServerListener

All Superinterfaces:
ThingListener

public interface AnzoServerListener
extends ThingListener

Implementations of this listener may be registered with instances of org.openanzo.common.ontology.AnzoServer to receive notification when properties changed, added or removed.


Method Summary
 void serverIdChanged(AnzoServer source)
          Called when serverId has changed
 

Method Detail

serverIdChanged

void serverIdChanged(AnzoServer source)
Called when serverId has changed

Parameters:
source - the affected instance of org.openanzo.common.ontology.AnzoServer


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.