SalesPoint v3.3 API

users.events
Interface CapabilityDataListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
CapabilityDataAdapter

public interface CapabilityDataListener
extends EventListener

A listener listening for CapabilityDataEvents.

Since:
v2.0
Author:
Steffen Zschaler
See Also:
User, Capability, CapabilityDataEvent

Method Summary
 void capabilitiesAdded(CapabilityDataEvent e)
          Called whenever capabilities where added to the source.
 void capabilitiesReplaced(CapabilityDataEvent e)
          Called whenever capabilities where replaced in the source.
 

Method Detail

capabilitiesAdded

void capabilitiesAdded(CapabilityDataEvent e)
Called whenever capabilities where added to the source. The new capabilities will be contained in the event object.

Parameters:
e - the event object describing the event.
Override:
Always

capabilitiesReplaced

void capabilitiesReplaced(CapabilityDataEvent e)
Called whenever capabilities where replaced in the source. The new capabilities will be contained in the event object.

Parameters:
e - the event object describing the event.
Override:
Always

SalesPoint v3.3 API