org.openanzo.common.ontology
Interface PreconditionListener

All Superinterfaces:
ThingListener

public interface PreconditionListener
extends ThingListener

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


Method Summary
 void datasetChanged(Precondition source)
          Called when dataset has changed
 void queryChanged(Precondition source)
          Called when query has changed
 void resultChanged(Precondition source)
          Called when result has changed
 

Method Detail

datasetChanged

void datasetChanged(Precondition source)
Called when dataset has changed

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

queryChanged

void queryChanged(Precondition source)
Called when query has changed

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

resultChanged

void resultChanged(Precondition source)
Called when result has changed

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


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