Class RemoveElementMsg

java.lang.Object
  |
  +--IDListMsg
        |
        +--RemoveElementMsg
Direct Known Subclasses:
ElementRemovedMsg

public class RemoveElementMsg
extends IDListMsg

See Also:
Serialized Form

Field Summary
protected  ID id
           
 
Constructor Summary
RemoveElementMsg(ID id)
           
 
Method Summary
 ID getID()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

id

protected ID id
Constructor Detail

RemoveElementMsg

public RemoveElementMsg(ID id)
Method Detail

getID

public ID getID()