Class DefaultComponentMarkingUtils.Listener

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Listener​(java.lang.String markName, MarkedEventListener listener)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getId()
      Gets the identity of object.
      void onEvent​(org.zkoss.zk.ui.event.Event event)  
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getId

        public java.lang.Object getId()
        Description copied from interface: Identifiable
        Gets the identity of object.

        This identity should override Object.equals(Object) and Object.hashCode() methods.

        Specified by:
        getId in interface Identifiable
      • onEvent

        public void onEvent​(org.zkoss.zk.ui.event.Event event)
        Specified by:
        onEvent in interface org.zkoss.zk.ui.event.EventListener