Packages

object EMEvents

EntityManager events

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EMEvents
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class EntityCreated(entity: Property) extends EntityManagerEvent with Product with Serializable
  2. case class EntityDeleted(entity: Property) extends EntityManagerEvent with Product with Serializable
  3. sealed trait EntityManagerEvent extends AnyRef

Value Members

  1. def entityCreated(entity: Property): EntityCreated

    Event of creation

    Event of creation

    entity

    new entity created

    returns

    the creation event

  2. def entityDeleted(entity: Property): EntityDeleted

    Event of cancellation

    Event of cancellation

    entity

    the entity deleted

    returns

    the delete event