ibspan.tss.domain.ontology.restaurant
Interface RestaurantListener

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

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

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


Field Summary
 
Fields inherited from interface com.ibm.adtech.jastor.ThingListener
copyright
 
Method Summary
 void acceptsAdded(Restaurant source, com.ibm.adtech.jastor.Thing newValue)
          Called when a value of accepts has been added
 void acceptsRemoved(Restaurant source, com.ibm.adtech.jastor.Thing oldValue)
          Called when a value of accepts has been removed
 void accessibilityAdded(Restaurant source, AccessibilityCode newValue)
          Called when a value of accessibility has been added
 void accessibilityNotesChanged(Restaurant source)
          Called when accessibilityNotes has changed
 void accessibilityRemoved(Restaurant source, AccessibilityCode oldValue)
          Called when a value of accessibility has been removed
 void alcoholAdded(Restaurant source, AlcoholCode newValue)
          Called when a value of alcohol has been added
 void alcoholRemoved(Restaurant source, AlcoholCode oldValue)
          Called when a value of alcohol has been removed
 void attractionCategoryAdded(Restaurant source, AttractionCategoryCode newValue)
          Called when a value of attractionCategory has been added
 void attractionCategoryRemoved(Restaurant source, AttractionCategoryCode oldValue)
          Called when a value of attractionCategory has been removed
 void breakfastPriceChanged(Restaurant source)
          Called when breakfastPrice has changed
 void capacityChanged(Restaurant source)
          Called when capacity has changed
 void cityChanged(Restaurant source)
          Called when city has changed
 void clienteleChanged(Restaurant source)
          Called when clientele has changed
 void countryChanged(Restaurant source)
          Called when country has changed
 void crossStreetAdded(Restaurant source, String newValue)
          Called when a value of crossStreet has been added
 void crossStreetRemoved(Restaurant source, String oldValue)
          Called when a value of crossStreet has been removed
 void cuisineAdded(Restaurant source, CuisineCode newValue)
          Called when a value of cuisine has been added
 void cuisineRemoved(Restaurant source, CuisineCode oldValue)
          Called when a value of cuisine has been removed
 void deliveryURLChanged(Restaurant source)
          Called when deliveryURL has changed
 void dinnerPriceChanged(Restaurant source)
          Called when dinnerPrice has changed
 void dressAdded(Restaurant source, DressCode newValue)
          Called when a value of dress has been added
 void dressRemoved(Restaurant source, DressCode oldValue)
          Called when a value of dress has been removed
 void faxChanged(Restaurant source)
          Called when fax has changed
 void featureAdded(Restaurant source, FeatureCode newValue)
          Called when a value of feature has been added
 void featureRemoved(Restaurant source, FeatureCode oldValue)
          Called when a value of feature has been removed
 void hasDinerReviewAdded(Restaurant source, DinerReview newValue)
          Called when a value of hasDinerReview has been added
 void hasDinerReviewRemoved(Restaurant source, DinerReview oldValue)
          Called when a value of hasDinerReview has been removed
 void hoursChanged(Restaurant source)
          Called when hours has changed
 void indexPointAdded(Restaurant source, IndexPointCode newValue)
          Called when a value of indexPoint has been added
 void indexPointRemoved(Restaurant source, IndexPointCode oldValue)
          Called when a value of indexPoint has been removed
 void largestPartyChanged(Restaurant source)
          Called when largestParty has changed
 void locationCategoryAdded(Restaurant source, LocationCategoryCode newValue)
          Called when a value of locationCategory has been added
 void locationCategoryRemoved(Restaurant source, LocationCategoryCode oldValue)
          Called when a value of locationCategory has been removed
 void locationPathChanged(Restaurant source)
          Called when locationPath has changed
 void lunchPriceChanged(Restaurant source)
          Called when lunchPrice has changed
 void menuURLChanged(Restaurant source)
          Called when menuURL has changed
 void neighborhoodChanged(Restaurant source)
          Called when neighborhood has changed
 void parkingAdded(Restaurant source, ParkingCode newValue)
          Called when a value of parking has been added
 void parkingRemoved(Restaurant source, ParkingCode oldValue)
          Called when a value of parking has been removed
 void parsedHoursChanged(Restaurant source)
          Called when parsedHours has changed
 void phoneAdded(Restaurant source, String newValue)
          Called when a value of phone has been added
 void phoneRemoved(Restaurant source, String oldValue)
          Called when a value of phone has been removed
 void recommendedDishesChanged(Restaurant source)
          Called when recommendedDishes has changed
 void reservationsAdded(Restaurant source, ReservationCode newValue)
          Called when a value of reservations has been added
 void reservationsRemoved(Restaurant source, ReservationCode oldValue)
          Called when a value of reservations has been removed
 void reservationURLChanged(Restaurant source)
          Called when reservationURL has changed
 void restaurantCategoryChanged(Restaurant source)
          Called when restaurantCategory has changed
 void restaurantServiceAdded(Restaurant source, RestaurantServiceInfo newValue)
          Called when a value of restaurantService has been added
 void restaurantServiceRemoved(Restaurant source, RestaurantServiceInfo oldValue)
          Called when a value of restaurantService has been removed
 void smokingChanged(Restaurant source)
          Called when smoking has changed
 void stateChanged(Restaurant source)
          Called when state has changed
 void streetAddressChanged(Restaurant source)
          Called when streetAddress has changed
 void titleChanged(Restaurant source)
          Called when title has changed
 void URLChanged(Restaurant source)
          Called when URL has changed
 void zipChanged(Restaurant source)
          Called when zip has changed
 

Method Detail

indexPointAdded

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

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

indexPointRemoved

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

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

locationPathChanged

void locationPathChanged(Restaurant source)
Called when locationPath has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.restaurant.Restaurant

cityChanged

void cityChanged(Restaurant source)
Called when city has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.restaurant.Restaurant

crossStreetAdded

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

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

crossStreetRemoved

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

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

attractionCategoryAdded

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

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

attractionCategoryRemoved

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

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

locationCategoryAdded

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

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

locationCategoryRemoved

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

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

streetAddressChanged

void streetAddressChanged(Restaurant source)
Called when streetAddress has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.restaurant.Restaurant

countryChanged

void countryChanged(Restaurant source)
Called when country has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.restaurant.Restaurant

faxChanged

void faxChanged(Restaurant source)
Called when fax has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.restaurant.Restaurant

stateChanged

void stateChanged(Restaurant source)
Called when state has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.restaurant.Restaurant

phoneAdded

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

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

phoneRemoved

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

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

neighborhoodChanged

void neighborhoodChanged(Restaurant source)
Called when neighborhood has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.restaurant.Restaurant

zipChanged

void zipChanged(Restaurant source)
Called when zip has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.restaurant.Restaurant

clienteleChanged

void clienteleChanged(Restaurant source)
Called when clientele has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.restaurant.Restaurant

accessibilityAdded

void accessibilityAdded(Restaurant source,
                        AccessibilityCode newValue)
Called when a value of accessibility has been added

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

accessibilityRemoved

void accessibilityRemoved(Restaurant source,
                          AccessibilityCode oldValue)
Called when a value of accessibility has been removed

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

lunchPriceChanged

void lunchPriceChanged(Restaurant source)
Called when lunchPrice has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.restaurant.Restaurant

dinnerPriceChanged

void dinnerPriceChanged(Restaurant source)
Called when dinnerPrice has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.restaurant.Restaurant

restaurantServiceAdded

void restaurantServiceAdded(Restaurant source,
                            RestaurantServiceInfo newValue)
Called when a value of restaurantService has been added

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

restaurantServiceRemoved

void restaurantServiceRemoved(Restaurant source,
                              RestaurantServiceInfo oldValue)
Called when a value of restaurantService has been removed

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

capacityChanged

void capacityChanged(Restaurant source)
Called when capacity has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.restaurant.Restaurant

titleChanged

void titleChanged(Restaurant source)
Called when title has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.restaurant.Restaurant

deliveryURLChanged

void deliveryURLChanged(Restaurant source)
Called when deliveryURL has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.restaurant.Restaurant

recommendedDishesChanged

void recommendedDishesChanged(Restaurant source)
Called when recommendedDishes has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.restaurant.Restaurant

URLChanged

void URLChanged(Restaurant source)
Called when URL has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.restaurant.Restaurant

cuisineAdded

void cuisineAdded(Restaurant source,
                  CuisineCode newValue)
Called when a value of cuisine has been added

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

cuisineRemoved

void cuisineRemoved(Restaurant source,
                    CuisineCode oldValue)
Called when a value of cuisine has been removed

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

smokingChanged

void smokingChanged(Restaurant source)
Called when smoking has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.restaurant.Restaurant

featureAdded

void featureAdded(Restaurant source,
                  FeatureCode newValue)
Called when a value of feature has been added

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

featureRemoved

void featureRemoved(Restaurant source,
                    FeatureCode oldValue)
Called when a value of feature has been removed

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

restaurantCategoryChanged

void restaurantCategoryChanged(Restaurant source)
Called when restaurantCategory has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.restaurant.Restaurant

parsedHoursChanged

void parsedHoursChanged(Restaurant source)
Called when parsedHours has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.restaurant.Restaurant

alcoholAdded

void alcoholAdded(Restaurant source,
                  AlcoholCode newValue)
Called when a value of alcohol has been added

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

alcoholRemoved

void alcoholRemoved(Restaurant source,
                    AlcoholCode oldValue)
Called when a value of alcohol has been removed

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

dressAdded

void dressAdded(Restaurant source,
                DressCode newValue)
Called when a value of dress has been added

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

dressRemoved

void dressRemoved(Restaurant source,
                  DressCode oldValue)
Called when a value of dress has been removed

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

hasDinerReviewAdded

void hasDinerReviewAdded(Restaurant source,
                         DinerReview newValue)
Called when a value of hasDinerReview has been added

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

hasDinerReviewRemoved

void hasDinerReviewRemoved(Restaurant source,
                           DinerReview oldValue)
Called when a value of hasDinerReview has been removed

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

menuURLChanged

void menuURLChanged(Restaurant source)
Called when menuURL has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.restaurant.Restaurant

accessibilityNotesChanged

void accessibilityNotesChanged(Restaurant source)
Called when accessibilityNotes has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.restaurant.Restaurant

largestPartyChanged

void largestPartyChanged(Restaurant source)
Called when largestParty has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.restaurant.Restaurant

parkingAdded

void parkingAdded(Restaurant source,
                  ParkingCode newValue)
Called when a value of parking has been added

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

parkingRemoved

void parkingRemoved(Restaurant source,
                    ParkingCode oldValue)
Called when a value of parking has been removed

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

reservationsAdded

void reservationsAdded(Restaurant source,
                       ReservationCode newValue)
Called when a value of reservations has been added

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

reservationsRemoved

void reservationsRemoved(Restaurant source,
                         ReservationCode oldValue)
Called when a value of reservations has been removed

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

breakfastPriceChanged

void breakfastPriceChanged(Restaurant source)
Called when breakfastPrice has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.restaurant.Restaurant

reservationURLChanged

void reservationURLChanged(Restaurant source)
Called when reservationURL has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.restaurant.Restaurant

hoursChanged

void hoursChanged(Restaurant source)
Called when hours has changed

Parameters:
source - the affected instance of ibspan.tss.domain.ontology.restaurant.Restaurant

acceptsAdded

void acceptsAdded(Restaurant source,
                  com.ibm.adtech.jastor.Thing newValue)
Called when a value of accepts has been added

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

acceptsRemoved

void acceptsRemoved(Restaurant source,
                    com.ibm.adtech.jastor.Thing oldValue)
Called when a value of accepts has been removed

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