|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LocationListener
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 |
|---|
void indexPointAdded(Location source,
IndexPointCode newValue)
source - the affected instance of ibspan.tss.domain.ontology.location.LocationnewValue - the object representing the new value
void indexPointRemoved(Location source,
IndexPointCode oldValue)
source - the affected instance of ibspan.tss.domain.ontology.location.LocationoldValue - the object representing the removed valuevoid locationPathChanged(Location source)
source - the affected instance of ibspan.tss.domain.ontology.location.Locationvoid cityChanged(Location source)
source - the affected instance of ibspan.tss.domain.ontology.location.Location
void crossStreetAdded(Location source,
String newValue)
source - the affected instance of ibspan.tss.domain.ontology.location.LocationnewValue - the object representing the new value
void crossStreetRemoved(Location source,
String oldValue)
source - the affected instance of ibspan.tss.domain.ontology.location.LocationoldValue - the object representing the removed value
void attractionCategoryAdded(Location source,
AttractionCategoryCode newValue)
source - the affected instance of ibspan.tss.domain.ontology.location.LocationnewValue - the object representing the new value
void attractionCategoryRemoved(Location source,
AttractionCategoryCode oldValue)
source - the affected instance of ibspan.tss.domain.ontology.location.LocationoldValue - the object representing the removed value
void locationCategoryAdded(Location source,
LocationCategoryCode newValue)
source - the affected instance of ibspan.tss.domain.ontology.location.LocationnewValue - the object representing the new value
void locationCategoryRemoved(Location source,
LocationCategoryCode oldValue)
source - the affected instance of ibspan.tss.domain.ontology.location.LocationoldValue - the object representing the removed valuevoid streetAddressChanged(Location source)
source - the affected instance of ibspan.tss.domain.ontology.location.Locationvoid countryChanged(Location source)
source - the affected instance of ibspan.tss.domain.ontology.location.Locationvoid faxChanged(Location source)
source - the affected instance of ibspan.tss.domain.ontology.location.Locationvoid stateChanged(Location source)
source - the affected instance of ibspan.tss.domain.ontology.location.Location
void phoneAdded(Location source,
String newValue)
source - the affected instance of ibspan.tss.domain.ontology.location.LocationnewValue - the object representing the new value
void phoneRemoved(Location source,
String oldValue)
source - the affected instance of ibspan.tss.domain.ontology.location.LocationoldValue - the object representing the removed valuevoid neighborhoodChanged(Location source)
source - the affected instance of ibspan.tss.domain.ontology.location.Locationvoid zipChanged(Location source)
source - the affected instance of ibspan.tss.domain.ontology.location.Location
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||