Class EntityDeleteEvent
- java.lang.Object
-
- org.openbravo.client.kernel.event.EntityPersistenceEvent
-
- org.openbravo.client.kernel.event.EntityDeleteEvent
-
@ApplicationScoped public class EntityDeleteEvent extends EntityPersistenceEvent
The event object send out when an entity gets deleted. To receive this event, create a class with a method which has this signature: public void onEvent(@Observes EntityDeleteEvent event) { Note, the method name is unimportant, the @Observes EntityDeleteEvent specifies that this method will be called before persisting a new instance.- Author:
- mtaal
-
-
Constructor Summary
Constructors Constructor Description EntityDeleteEvent()
-
Method Summary
-
Methods inherited from class org.openbravo.client.kernel.event.EntityPersistenceEvent
getCurrentState, getCurrentState, getId, getPropertyNames, getTargetInstance, getTypes, isStateUpdated, setCurrentState
-
-