Uses of Class
org.mftech.dawn.runtime.client.exceptions.DawnRemoteConnectorNotInitializedException

Packages that use DawnRemoteConnectorNotInitializedException
org.mftech.dawn.runtime.client.communication   
org.mftech.dawn.runtime.client.communication.impl   
 

Uses of DawnRemoteConnectorNotInitializedException in org.mftech.dawn.runtime.client.communication
 

Methods in org.mftech.dawn.runtime.client.communication that throw DawnRemoteConnectorNotInitializedException
static DawnRemoteConnection DawnRemoteConnector.getInstance()
          returns an instance of the Connector
static void DawnRemoteConnector.initRemoteController()
          initializes the connection to the server
 boolean Watcher.publish(org.eclipse.gmf.runtime.emf.core.resources.GMFResource gmfResource)
           
 

Uses of DawnRemoteConnectorNotInitializedException in org.mftech.dawn.runtime.client.communication.impl
 

Methods in org.mftech.dawn.runtime.client.communication.impl that throw DawnRemoteConnectorNotInitializedException
 boolean DawnWatcherImpl.publish(org.eclipse.gmf.runtime.emf.core.resources.GMFResource gmfResource)
          This method normally is called by the Editor if a save is performed It sends the current data to the server