Sha256: 1c40001cd268a22bf9f78baf6dcf5b513d0e881b4503f447baa1e2729d0ef03d

Contents?: true

Size: 1.98 KB

Versions: 14

Compression:

Stored size: 1.98 KB

Contents

package com.rho.sync;

import java.util.Vector;

import com.rho.RhoClassFactory;
import com.rho.sync.SyncNotify.SyncNotification;

public class SyncNotify {

	public class SyncNotification {
	}

	public static Object enUpdate;
	public static Object enCreate;
	public static Object enDelete;

	public SyncNotify(SyncEngine syncEngine) {
		// TODO Auto-generated constructor stub
	}

	public void setFactory(RhoClassFactory factory) {
		// TODO Auto-generated method stub
		
	}

	public void fireBulkSyncNotification(boolean b, String string,
			String strPartition, int errNone) {
		// TODO Auto-generated method stub
		
	}

	public void callLoginCallback(SyncNotification oNotify, int nErrCode,
			String charData) {
		// TODO Auto-generated method stub
		
	}

	public void callLoginCallback(SyncNotification oNotify, String errRuntime,
			String charData) {
		// TODO Auto-generated method stub
		
	}

	public void cleanCreateObjectErrors() {
		// TODO Auto-generated method stub
		
	}

	public void cleanLastSyncObjectCount() {
		// TODO Auto-generated method stub
		
	}

	public void onObjectChanged(Integer id, String strObject, Object enUpdate2) {
		// TODO Auto-generated method stub
		
	}

	public void fireObjectsNotification() {
		// TODO Auto-generated method stub
		
	}

	public void fireSyncNotification(SyncSource syncSource, boolean b,
			int errNone, String string) {
		// TODO Auto-generated method stub
		
	}

	public void fireAllSyncNotifications(boolean b, int m_nErrCode,
			String m_strError) {
		// TODO Auto-generated method stub
		
	}

	public void fireAllSyncNotifications(boolean b, String errRuntime,
			String m_strError) {
		// TODO Auto-generated method stub
		
	}

	public int incLastSyncObjectCount(Integer id) {
		// TODO Auto-generated method stub
		return 0;
	}

	public void onSyncSourceEnd(int i, Vector m_sources) {
		// TODO Auto-generated method stub
		
	}

	public void reportSyncStatus(String string, int m_nErrCode,
			String m_strError) {
		// TODO Auto-generated method stub
		
	}

}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
rhoconnect-client-7.6.0 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/SyncNotify.java
rhoconnect-client-7.5.1 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/SyncNotify.java
rhoconnect-client-7.4.1 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/SyncNotify.java
rhoconnect-client-7.1.17 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/SyncNotify.java
rhoconnect-client-6.2.0 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/SyncNotify.java
rhoconnect-client-6.0.11 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/SyncNotify.java
rhoconnect-client-5.5.18 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/SyncNotify.java
rhoconnect-client-5.5.17 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/SyncNotify.java
rhoconnect-client-5.5.15 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/SyncNotify.java
rhoconnect-client-5.5.0.22 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/SyncNotify.java
rhoconnect-client-5.5.2 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/SyncNotify.java
rhoconnect-client-5.5.0.7 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/SyncNotify.java
rhoconnect-client-5.5.0.3 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/SyncNotify.java
rhoconnect-client-5.5.0 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/SyncNotify.java