Class AbstractMouseEvent

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Condition completed()
      Abstract Condition used to determine if current event is complete.
      Condition failed()
      Abstract Condition used to determine if current event has failed.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Runnable

        run