SalesPoint Framework v3.1

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

public 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

public 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 Framework v3.1