Interface ClientItemPerformable

All Superinterfaces:
org.timepedia.exporter.client.Exportable

public interface ClientItemPerformable extends org.timepedia.exporter.client.Exportable
The handler performing the action. Example for the implementation of a ClientItemPerformable:
     function clientItemPerformable() {
         // Perform action
     });
 
Since:
5.2.181105
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Performs the contextual action.
  • Method Details

    • perform

      void perform()
      Performs the contextual action.
      Since:
      5.2.181105