Skip to content

Commit

Permalink
Update generated classes using last unpublished version of JNetReflec…
Browse files Browse the repository at this point in the history
…tor (#97)

Co-authored-by: masesdevelopers <[email protected]>
  • Loading branch information
github-actions[bot] and masesdevelopers authored Sep 26, 2024
1 parent e2160e5 commit 7effac1
Show file tree
Hide file tree
Showing 4,313 changed files with 877,778 additions and 877,778 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Original file line number Diff line number Diff line change
@@ -1,88 +1,88 @@
/*
* Copyright 2024 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Refer to LICENSE for more information.
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.9.0)
*/

package org.mases.netdroid.generated.android.accessibilityservice;

public final class AccessibilityService_MagnificationController_OnMagnificationChangedListener implements org.mases.jcobridge.IJCListener, android.accessibilityservice.AccessibilityService.MagnificationController.OnMagnificationChangedListener {
final org.mases.jcobridge.JCListener _internalListener;

public AccessibilityService_MagnificationController_OnMagnificationChangedListener(String key) throws org.mases.jcobridge.JCNativeException {
super();
_internalListener = new org.mases.jcobridge.JCListener(key);
}

public synchronized void release() {
_internalListener.release();
}

public synchronized void raiseEvent(String eventName) {
_internalListener.raiseEvent(eventName);
}

public synchronized void raiseEvent(String eventName, Object e) {
_internalListener.raiseEvent(eventName, e);
}

public synchronized void raiseEvent(String eventName, Object e, Object... objects) {
_internalListener.raiseEvent(eventName, e, objects);
}

public Object getEventData() {
return _internalListener.getEventData();
}

public boolean hasExtraData() {
return _internalListener.hasExtraData();
}

public int extraDataLength() {
return _internalListener.extraDataLength();
}

public Object[] extraData() {
return _internalListener.extraData();
}

public Object getReturnData() {
return _internalListener.getReturnData();
}

public void setReturnData(Object retData) {
_internalListener.setReturnData(retData);
}

//@Override
public void onMagnificationChanged(android.accessibilityservice.AccessibilityService.MagnificationController arg0, android.graphics.Region arg1, float arg2, float arg3, float arg4) {
/*
* Copyright 2024 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Refer to LICENSE for more information.
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.9.0)
*/

package org.mases.netdroid.generated.android.accessibilityservice;

public final class AccessibilityService_MagnificationController_OnMagnificationChangedListener implements org.mases.jcobridge.IJCListener, android.accessibilityservice.AccessibilityService.MagnificationController.OnMagnificationChangedListener {
final org.mases.jcobridge.JCListener _internalListener;

public AccessibilityService_MagnificationController_OnMagnificationChangedListener(String key) throws org.mases.jcobridge.JCNativeException {
super();
_internalListener = new org.mases.jcobridge.JCListener(key);
}

public synchronized void release() {
_internalListener.release();
}

public synchronized void raiseEvent(String eventName) {
_internalListener.raiseEvent(eventName);
}

public synchronized void raiseEvent(String eventName, Object e) {
_internalListener.raiseEvent(eventName, e);
}

public synchronized void raiseEvent(String eventName, Object e, Object... objects) {
_internalListener.raiseEvent(eventName, e, objects);
}

public Object getEventData() {
return _internalListener.getEventData();
}

public boolean hasExtraData() {
return _internalListener.hasExtraData();
}

public int extraDataLength() {
return _internalListener.extraDataLength();
}

public Object[] extraData() {
return _internalListener.extraData();
}

public Object getReturnData() {
return _internalListener.getReturnData();
}

public void setReturnData(Object retData) {
_internalListener.setReturnData(retData);
}

//@Override
public void onMagnificationChanged(android.accessibilityservice.AccessibilityService.MagnificationController arg0, android.graphics.Region arg1, float arg2, float arg3, float arg4) {
org.mases.jnet.developed.JNetEventResult eventDataExchange = new org.mases.jnet.developed.JNetEventResult();
raiseEvent("onMagnificationChanged", eventDataExchange, arg0, arg1, arg2, arg3, arg4); if (!eventDataExchange.getHasOverride()) throw new UnsupportedOperationException("The method shall be implemented in .NET side since does not have a default implementation within the JVM");
raiseEvent("onMagnificationChanged", eventDataExchange, arg0, arg1, arg2, arg3, arg4); if (!eventDataExchange.getHasOverride()) throw new UnsupportedOperationException("The method shall be implemented in .NET side since does not have a default implementation within the JVM");
}
//@Override
public void onMagnificationChanged(android.accessibilityservice.AccessibilityService.MagnificationController arg0, android.graphics.Region arg1, android.accessibilityservice.MagnificationConfig arg2) {
//@Override
public void onMagnificationChanged(android.accessibilityservice.AccessibilityService.MagnificationController arg0, android.graphics.Region arg1, android.accessibilityservice.MagnificationConfig arg2) {
org.mases.jnet.developed.JNetEventResult eventDataExchange = new org.mases.jnet.developed.JNetEventResult();
raiseEvent("onMagnificationChanged3", eventDataExchange, arg0, arg1, arg2); if (!eventDataExchange.getHasOverride()) android.accessibilityservice.AccessibilityService.MagnificationController.OnMagnificationChangedListener.super.onMagnificationChanged(arg0, arg1, arg2);
raiseEvent("onMagnificationChanged3", eventDataExchange, arg0, arg1, arg2); if (!eventDataExchange.getHasOverride()) android.accessibilityservice.AccessibilityService.MagnificationController.OnMagnificationChangedListener.super.onMagnificationChanged(arg0, arg1, arg2);
}
//@Override
public void onMagnificationChangedDefault(android.accessibilityservice.AccessibilityService.MagnificationController arg0, android.graphics.Region arg1, android.accessibilityservice.MagnificationConfig arg2) {
android.accessibilityservice.AccessibilityService.MagnificationController.OnMagnificationChangedListener.super.onMagnificationChanged(arg0, arg1, arg2);
//@Override
public void onMagnificationChangedDefault(android.accessibilityservice.AccessibilityService.MagnificationController arg0, android.graphics.Region arg1, android.accessibilityservice.MagnificationConfig arg2) {
android.accessibilityservice.AccessibilityService.MagnificationController.OnMagnificationChangedListener.super.onMagnificationChanged(arg0, arg1, arg2);
}


}
Original file line number Diff line number Diff line change
@@ -1,79 +1,79 @@
/*
* Copyright 2024 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Refer to LICENSE for more information.
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.9.0)
*/

package org.mases.netdroid.generated.android.accessibilityservice;

public final class AccessibilityService_SoftKeyboardController_OnShowModeChangedListener implements org.mases.jcobridge.IJCListener, android.accessibilityservice.AccessibilityService.SoftKeyboardController.OnShowModeChangedListener {
final org.mases.jcobridge.JCListener _internalListener;

public AccessibilityService_SoftKeyboardController_OnShowModeChangedListener(String key) throws org.mases.jcobridge.JCNativeException {
super();
_internalListener = new org.mases.jcobridge.JCListener(key);
}

public synchronized void release() {
_internalListener.release();
}

public synchronized void raiseEvent(String eventName) {
_internalListener.raiseEvent(eventName);
}

public synchronized void raiseEvent(String eventName, Object e) {
_internalListener.raiseEvent(eventName, e);
}

public synchronized void raiseEvent(String eventName, Object e, Object... objects) {
_internalListener.raiseEvent(eventName, e, objects);
}

public Object getEventData() {
return _internalListener.getEventData();
}

public boolean hasExtraData() {
return _internalListener.hasExtraData();
}

public int extraDataLength() {
return _internalListener.extraDataLength();
}

public Object[] extraData() {
return _internalListener.extraData();
}

public Object getReturnData() {
return _internalListener.getReturnData();
}

public void setReturnData(Object retData) {
_internalListener.setReturnData(retData);
}

//@Override
public void onShowModeChanged(android.accessibilityservice.AccessibilityService.SoftKeyboardController arg0, int arg1) {
/*
* Copyright 2024 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Refer to LICENSE for more information.
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.9.0)
*/

package org.mases.netdroid.generated.android.accessibilityservice;

public final class AccessibilityService_SoftKeyboardController_OnShowModeChangedListener implements org.mases.jcobridge.IJCListener, android.accessibilityservice.AccessibilityService.SoftKeyboardController.OnShowModeChangedListener {
final org.mases.jcobridge.JCListener _internalListener;

public AccessibilityService_SoftKeyboardController_OnShowModeChangedListener(String key) throws org.mases.jcobridge.JCNativeException {
super();
_internalListener = new org.mases.jcobridge.JCListener(key);
}

public synchronized void release() {
_internalListener.release();
}

public synchronized void raiseEvent(String eventName) {
_internalListener.raiseEvent(eventName);
}

public synchronized void raiseEvent(String eventName, Object e) {
_internalListener.raiseEvent(eventName, e);
}

public synchronized void raiseEvent(String eventName, Object e, Object... objects) {
_internalListener.raiseEvent(eventName, e, objects);
}

public Object getEventData() {
return _internalListener.getEventData();
}

public boolean hasExtraData() {
return _internalListener.hasExtraData();
}

public int extraDataLength() {
return _internalListener.extraDataLength();
}

public Object[] extraData() {
return _internalListener.extraData();
}

public Object getReturnData() {
return _internalListener.getReturnData();
}

public void setReturnData(Object retData) {
_internalListener.setReturnData(retData);
}

//@Override
public void onShowModeChanged(android.accessibilityservice.AccessibilityService.SoftKeyboardController arg0, int arg1) {
org.mases.jnet.developed.JNetEventResult eventDataExchange = new org.mases.jnet.developed.JNetEventResult();
raiseEvent("onShowModeChanged", eventDataExchange, arg0, arg1); if (!eventDataExchange.getHasOverride()) throw new UnsupportedOperationException("The method shall be implemented in .NET side since does not have a default implementation within the JVM");
raiseEvent("onShowModeChanged", eventDataExchange, arg0, arg1); if (!eventDataExchange.getHasOverride()) throw new UnsupportedOperationException("The method shall be implemented in .NET side since does not have a default implementation within the JVM");
}


}
Loading

0 comments on commit 7effac1

Please sign in to comment.