Documentation of 'visad.DisplayActivity' Java class
DisplayActivity
visad

Class DisplayActivity



  • public class DisplayActivity
    extends java.lang.Object
    Manage busy/idle handlers for a Display
    • Constructor Summary

      Constructors 
      Constructor and Description
      DisplayActivity(DisplayImpl dpy)
      Manage busy/idle handlers for a Display, using a default idle time of 0.25 second.
      DisplayActivity(DisplayImpl dpy, int milliseconds)
      Manage busy/idle handlers for a Display, using the specified idle time, with the minimum idle time being 100 milliseconds.
    • Constructor Detail

      • DisplayActivity

        public DisplayActivity(DisplayImpl dpy)
        Manage busy/idle handlers for a Display, using a default idle time of 0.25 second.
        Parameters:
        dpy - Display to manage.
      • DisplayActivity

        public DisplayActivity(DisplayImpl dpy,
                               int milliseconds)
        Manage busy/idle handlers for a Display, using the specified idle time, with the minimum idle time being 100 milliseconds.
        Parameters:
        dpy - Display to manage.
        milliseconds - Number of milliseconds to wait before the Display is considered idle.
    • Method Detail

      • destroy

        public void destroy()
        Stop the idle timer and any running tasks.
      • updateBusyStatus

        public void updateBusyStatus()
        Notify the activity monitor that work has been done.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.