Package ru.bgcrm.event.customer
Class CustomerRemovedEvent
- java.lang.Object
-
- ru.bgcrm.event.UserEvent
-
- ru.bgcrm.event.customer.CustomerRemovedEvent
-
- All Implemented Interfaces:
java.io.Serializable
,Event
- Direct Known Subclasses:
CustomerDeleteEvent
,CustomerUpdateEvent
public class CustomerRemovedEvent extends UserEvent
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CustomerRemovedEvent(DynActionForm form, int customerId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCustomerId()
-
-
-
Constructor Detail
-
CustomerRemovedEvent
public CustomerRemovedEvent(DynActionForm form, int customerId)
-
-