net.groboclown.gui.pluginapp.v1.event
Class ElementRemovedEvent

java.lang.Object
  |
  +--net.groboclown.gui.pluginapp.v1.event.BaseEvent
        |
        +--net.groboclown.gui.pluginapp.v1.event.ElementRemovedEvent
All Implemented Interfaces:
Serializable

public class ElementRemovedEvent
extends BaseEvent

See Also:
Serialized Form

Field Summary
private  IElement element
           
 
Constructor Summary
ElementRemovedEvent(IElement element)
           
 
Method Summary
 IElement getElement()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

element

private IElement element
Constructor Detail

ElementRemovedEvent

public ElementRemovedEvent(IElement element)
Method Detail

getElement

public IElement getElement()


Written under the LGPL