Exemplo n.º 1
0
		public static void remove_netStatus(SharedObject that, Action<NetStatusEvent> value)
		{
			CommonExtensions.RemoveDelegate(that, value, NetStatusEvent.NET_STATUS);
		}
Exemplo n.º 2
0
		public static void remove_sync(SharedObject that, Action<SyncEvent> value)
		{
			CommonExtensions.RemoveDelegate(that, value, SyncEvent.SYNC);
		}
Exemplo n.º 3
0
		public static void remove_asyncError(SharedObject that, Action<AsyncErrorEvent> value)
		{
			CommonExtensions.RemoveDelegate(that, value, AsyncErrorEvent.ASYNC_ERROR);
		}