Interface PSharing

All Known Implementing Classes:
PChargeSharingPanel, PCollectionsSharingPanel, PDiscountSharingPanel, PProfileSharingPanel

public interface PSharing
This interface provides abstraction to all the Sharings. All sharing main panel should implement this interface. PSharingPage uses this interface as a handle for all Sharings.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Clean up the data structure(s) as well view(s) if necessary.
    void
    We can replace this method with refresh().
    void
    Update the data structure(s) as well view(s).
  • Method Details

    • cleanup

      void cleanup()
      Clean up the data structure(s) as well view(s) if necessary.
    • refresh

      void refresh()
      Update the data structure(s) as well view(s).
    • initData

      void initData()
      We can replace this method with refresh().