Package de.eimmer.berechtigungen
Interface BerechtigungsEntfernungsAusfuehrer
public interface BerechtigungsEntfernungsAusfuehrer
Represents a class which is to be notified when a
BerechtigungsAnhang
is removed from a Berechtigtbar
-
Method Summary
Modifier and TypeMethodDescriptionvoid
attachmentRemoved
(BerechtigungsAnhang attachment) Called when aBerechtigungsAnhang
is removed from aBerechtigtbar
-
Method Details
-
attachmentRemoved
Called when aBerechtigungsAnhang
is removed from aBerechtigtbar
- Parameters:
attachment
- Attachment which was removed
-