java.awt
Interface Conditional


interface Conditional

Conditional is used by the EventDispatchThread's message pumps to determine if a given pump should continue to run, or should instead exit and yield control to the parent pump.

Author:
David Mendenhall

Method Summary
 boolean evaluate()
           
 

Method Detail

evaluate

public boolean evaluate()