object EMEvents
EntityManager events
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EMEvents
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class EntityCreated(entity: Property) extends EntityManagerEvent with Product with Serializable
- case class EntityDeleted(entity: Property) extends EntityManagerEvent with Product with Serializable
- sealed trait EntityManagerEvent extends AnyRef
Value Members
-
def
entityCreated(entity: Property): EntityCreated
Event of creation
Event of creation
- entity
new entity created
- returns
the creation event
-
def
entityDeleted(entity: Property): EntityDeleted
Event of cancellation
Event of cancellation
- entity
the entity deleted
- returns
the delete event