AROM-2_2_13

arom.kr.model.event
Class EntityEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--arom.kr.model.event.EntityEvent
All Implemented Interfaces:
Serializable

public class EntityEvent
extends EventObject

An event that indicates that an entity "will be" or "has been" removed from it's container.

See Also:
Serialized Form

Constructor Summary
EntityEvent(AMEntity source)
           
 
Method Summary
 AMEntity getEntity()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntityEvent

public EntityEvent(AMEntity source)
Method Detail

getEntity

public AMEntity getEntity()

AROM-2_2_13