Class ICoachmarkController


  • public class ICoachmarkController
    extends java.lang.Object
    An ICoachmark controller to navigate the given coachmark to go next and control some status.

    Note: this class is not thread-safe, so when it's used in multi-threading environment, the developer should handle the threading issue.

    Author:
    katherine
    • Method Detail

      • open

        public void open()
        Opens the coachmark.
      • close

        public void close()
        Closes the coachmark.
      • next

        public void next()
        Closes this coachmark and Open the next which is set.
      • build

        public ICoachmark build()
        Returns the immutable coachmark instance that the controller to build with.