Class ElementActivator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract boolean onActivate​(Element element)
      Invoked on element activation in UI.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ElementActivator

        public ElementActivator()
    • Method Detail

      • onActivate

        public abstract boolean onActivate​(Element element)
        Invoked on element activation in UI.
        Parameters:
        element - element to activate.
        Returns:
        true if element activation is handled by this instance, otherwise - false.