Uses of Class
com.sas.collection.PropertyBagChangedEvent

Packages that use PropertyBagChangedEvent
com.sas.collection Provides several classes which implement data structures called collections. 
com.sas.table A set of interfaces for accessing two-dimensional data, and a set of classes for viewing and manipulating that data in tabular form. 
 

Uses of PropertyBagChangedEvent in com.sas.collection
 

Methods in com.sas.collection with parameters of type PropertyBagChangedEvent
 void PropertyBag.firePropertyBagChanged(PropertyBagChangedEvent propertyBagChangedEvent)
          Deliver a PropertyBagChangedEvent.
 void PropertyBagChangedListenerList.propertyBagChanged(PropertyBagChangedEvent event)
          Send a PropertyBagChangedEvent event to all the PropertyBagChangedListener objects in the listener list by invoking PropertyBagChangedListener.propertyBagChanged(com.sas.collection.PropertyBagChangedEvent event).
abstract  void PropertyBagChangedListener.propertyBagChanged(PropertyBagChangedEvent propertyBagChangedEvent)
          Handle a change event from a property bag.
 void PropertyBag.propertyBagChanged(PropertyBagChangedEvent event)
          Handle a property bag changed event.
 

Uses of PropertyBagChangedEvent in com.sas.table
 

Methods in com.sas.table with parameters of type PropertyBagChangedEvent
 void TableView.propertyBagChanged(PropertyBagChangedEvent e)
          Processes a com.sas.collection.PropertyBagChangedEvent sent by a style.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.