SalesPoint Framework v3.0

Uses of Class
users.events.CapabilityDataEvent

Packages that use CapabilityDataEvent
users.events Contains events and listeners needed by classes in the users package. 
 

Uses of CapabilityDataEvent in users.events
 

Methods in users.events with parameters of type CapabilityDataEvent
 void CapabilityDataAdapter.capabilitiesAdded(CapabilityDataEvent e)
          Called whenever capabilities where added to the source.
 void CapabilityDataAdapter.capabilitiesReplaced(CapabilityDataEvent e)
          Called whenever capabilities where replaced in the source.
 void CapabilityDataListener.capabilitiesAdded(CapabilityDataEvent e)
          Called whenever capabilities where added to the source.
 void CapabilityDataListener.capabilitiesReplaced(CapabilityDataEvent e)
          Called whenever capabilities where replaced in the source.
 


SalesPoint Framework v3.0