Class ContainerListener

java.lang.Object
com.iizigo.prop.ContainerListener
All Implemented Interfaces:
EventListener, Runnable

public class ContainerListener extends Object implements EventListener, Runnable
The event listener for the edited "real" containers.
  • Constructor Details

  • 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

      public void onEvent(GEvent event)
      Property event.
      Specified by:
      onEvent in interface EventListener
      Parameters:
      event - The event.
    • run

      public void run()
      The runner for SWT: updates the owner with error input or value.
      Specified by:
      run in interface Runnable