FileDocCategorySizeDatePackage
ShellManagerIsEmptyPredicate.javaAPI DocAzureus 3.0.3.41267Thu Feb 09 19:42:58 GMT 2006org.gudy.azureus2.ui.swt.predicate.shellmanager

ShellManagerIsEmptyPredicate

public final class ShellManagerIsEmptyPredicate extends Object implements org.gudy.azureus2.core3.predicate.Predicable
version
1.0

Fields Summary
Constructors Summary
Methods Summary
public booleanevaluate(java.lang.Object obj)

        return ((ShellManager)obj).isEmpty();