Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

abbot
Interface Condition  view Condition download Condition.java


public interface Condition

Abstract a condition test.


Method Summary
 boolean test()
          Return the condition state.
 java.lang.String toString()
          Return a description of what the condition is testing.
 

Method Detail

test

public boolean test()
Return the condition state.


toString

public java.lang.String toString()
Return a description of what the condition is testing.