ibspan.tss.domain.ontology.location
Interface LocationListener

All Superinterfaces:
com.ibm.adtech.jastor.ThingListener

public interface LocationListener
extends com.ibm.adtech.jastor.ThingListener

Implementations of this listener may be registered with instances of ibspan.tss.domain.ontology.location.Location to receive notification when properties changed, added or removed.


Field Summary
 
Fields inherited from interface com.ibm.adtech.jastor.ThingListener
copyright
 
Method Summary
 void attractionCategoryAdded(Location source, AttractionCategoryCode newValue)
          Called when a value of attractionCategory has been added
 void attractionCategoryRemoved(Location source, AttractionCategoryCode oldValue)
          Called when a value of attractionCategory has been removed
 void cityChanged(Location source)
          Called when city has changed
 void countryChanged(Location source)
          Called when country has changed
 void crossStreetAdded(Location source, String newValue)
          Called when a value of crossStreet has been added
 void crossStreetRemoved(Location source, String oldValue)
          Called when a value of crossStreet has been removed
 void faxChanged(Location source)
          Called when fax has changed
 void indexPointAdded(Location source, IndexPointCode newValue)
          Called when a value of indexPoint has been added
 void indexPointRemoved(Location source, IndexPointCode oldValue)
          Called when a value of indexPoint has been removed
 void locationCategoryAdded(Location source, LocationCategoryCode newValue)
          Called when a value of locationCategory has been added
 void locationCategoryRemoved(Location source, LocationCategoryCode oldValue)
          Called when a value of locationCategory has been removed
 void locationPathChanged(Location source)
          Called when locationPath has changed
 void neighborhoodChanged(Location source)
          Called when neighborhood has changed
 void phoneAdded(Location source, String newValue)
          Called when a value of phone has been added
 void phoneRemoved(Location source, String oldValue)
          Called when a value of phone has been removed
 void stateChanged(Location source)
          Called when state has changed
 void streetAddressChanged(Location source)
          Called when streetAddress has changed
 void zipChanged(Location source)
          Called when zip has changed
 

Method Detail

indexPointAdded

void indexPointAdded(Location source,
                     IndexPointCode newValue)
Called when a value of indexPoint has been added

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.location.Location
newValue - the object representing the new value

indexPointRemoved

void indexPointRemoved(Location source,
                       IndexPointCode oldValue)
Called when a value of indexPoint has been removed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.location.Location
oldValue - the object representing the removed value

locationPathChanged

void locationPathChanged(Location source)
Called when locationPath has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.location.Location

cityChanged

void cityChanged(Location source)
Called when city has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.location.Location

crossStreetAdded

void crossStreetAdded(Location source,
                      String newValue)
Called when a value of crossStreet has been added

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.location.Location
newValue - the object representing the new value

crossStreetRemoved

void crossStreetRemoved(Location source,
                        String oldValue)
Called when a value of crossStreet has been removed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.location.Location
oldValue - the object representing the removed value

attractionCategoryAdded

void attractionCategoryAdded(Location source,
                             AttractionCategoryCode newValue)
Called when a value of attractionCategory has been added

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.location.Location
newValue - the object representing the new value

attractionCategoryRemoved

void attractionCategoryRemoved(Location source,
                               AttractionCategoryCode oldValue)
Called when a value of attractionCategory has been removed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.location.Location
oldValue - the object representing the removed value

locationCategoryAdded

void locationCategoryAdded(Location source,
                           LocationCategoryCode newValue)
Called when a value of locationCategory has been added

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.location.Location
newValue - the object representing the new value

locationCategoryRemoved

void locationCategoryRemoved(Location source,
                             LocationCategoryCode oldValue)
Called when a value of locationCategory has been removed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.location.Location
oldValue - the object representing the removed value

streetAddressChanged

void streetAddressChanged(Location source)
Called when streetAddress has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.location.Location

countryChanged

void countryChanged(Location source)
Called when country has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.location.Location

faxChanged

void faxChanged(Location source)
Called when fax has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.location.Location

stateChanged

void stateChanged(Location source)
Called when state has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.location.Location

phoneAdded

void phoneAdded(Location source,
                String newValue)
Called when a value of phone has been added

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.location.Location
newValue - the object representing the new value

phoneRemoved

void phoneRemoved(Location source,
                  String oldValue)
Called when a value of phone has been removed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.location.Location
oldValue - the object representing the removed value

neighborhoodChanged

void neighborhoodChanged(Location source)
Called when neighborhood has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.location.Location

zipChanged

void zipChanged(Location source)
Called when zip has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.location.Location