org.eclipse.emf.emfstore.internal.client.ui.testers
Class ServerInfoIsLoggedInTester

java.lang.Object
  extended by org.eclipse.core.expressions.PropertyTester
      extended by org.eclipse.emf.emfstore.internal.client.ui.testers.ServerInfoIsLoggedInTester
All Implemented Interfaces:
org.eclipse.core.expressions.IPropertyTester

public class ServerInfoIsLoggedInTester
extends org.eclipse.core.expressions.PropertyTester

Property tester to test if the server info has been logged in.

Author:
shterev

Constructor Summary
ServerInfoIsLoggedInTester()
           
 
Method Summary
 boolean test(Object receiver, String property, Object[] args, Object expectedValue)
          
 
Methods inherited from class org.eclipse.core.expressions.PropertyTester
handles, instantiate, internalCreateDescriptor, internalInitialize, isDeclaringPluginActive, isInstantiated
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerInfoIsLoggedInTester

public ServerInfoIsLoggedInTester()
Method Detail

test

public boolean test(Object receiver,
                    String property,
                    Object[] args,
                    Object expectedValue)

See Also:
IPropertyTester.test(java.lang.Object, java.lang.String, java.lang.Object[], java.lang.Object)


Copyright © 2015. All Rights Reserved.