org.salespointframework.core.users.events
Interface CapabilityDataListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
CapabilityDataAdapter

public interface CapabilityDataListener
extends java.util.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

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.

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.