Package com.iizigo.prop
Class ContainerListener
java.lang.Object
com.iizigo.prop.ContainerListener
- All Implemented Interfaces:
EventListener
,Runnable
The event listener for the edited "real" containers.
Constructor Summary
ConstructorDescriptionContainerListener
(PropCnr container, Atom atom, IContainerListenerOwner listener) Constructor.Method Summary
Constructor Details
ContainerListener
Constructor.
Method Details
dispose
public void dispose()Disposes of the instance.getSeverity
public int getSeverity()Gets the severity.- Returns:
- Value including severity for both defined and undefined property.
onEvent
Property event.- Specified by:
onEvent
in interfaceEventListener
- Parameters:
event
- The event.
run
public void run()The runner for SWT: updates the owner with error input or value.