SalesPoint Framework v3.0

users.events
Interface CapabilityDataListener

All Known Implementing Classes:
CapabilityDataAdapter

public interface CapabilityDataListener
extends EventListener

A listener listening for CapabilityDataEvents.

Since:
v2.0
Version:
2.0 05/05/1999
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.
Override:
Always.
Parameters:
e - the event object describing the event.

capabilitiesReplaced

public void capabilitiesReplaced(CapabilityDataEvent e)
Called whenever capabilities where replaced in the source. The new capabilities will be contained in the event object.
Override:
Always.
Parameters:
e - the event object describing the event.

SalesPoint Framework v3.0