-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update generated classes after commit dd59813 * Removed other non listener classes and avoided namespace conflict --------- Co-authored-by: masesdevelopers <[email protected]>
- Loading branch information
1 parent
dd59813
commit 69670d1
Showing
723 changed files
with
97,517 additions
and
347 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
...id/src/main/java/org/mases/netdroid/generated/android/app/OnBackStackChangedListener.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/* | ||
* 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.1.0) | ||
*/ | ||
|
||
package org.mases.netdroid.generated.android.app; | ||
|
||
public final class OnBackStackChangedListener extends org.mases.jcobridge.JCListener implements android.app.FragmentManager.OnBackStackChangedListener { | ||
public OnBackStackChangedListener(String key) throws org.mases.jcobridge.JCNativeException { | ||
super(key); | ||
} | ||
|
||
//@Override | ||
public void onBackStackChanged() { | ||
raiseEvent("onBackStackChanged"); | ||
} | ||
|
||
} |
35 changes: 35 additions & 0 deletions
35
...oid/src/main/java/org/mases/netdroid/generated/android/app/OnBreadCrumbClickListener.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/* | ||
* 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.1.0) | ||
*/ | ||
|
||
package org.mases.netdroid.generated.android.app; | ||
|
||
public final class OnBreadCrumbClickListener extends org.mases.jcobridge.JCListener implements android.app.FragmentBreadCrumbs.OnBreadCrumbClickListener { | ||
public OnBreadCrumbClickListener(String key) throws org.mases.jcobridge.JCNativeException { | ||
super(key); | ||
} | ||
|
||
//@Override | ||
public boolean onBreadCrumbClick(android.app.FragmentManager.BackStackEntry arg0, int arg1) { | ||
raiseEvent("onBreadCrumbClick", arg0, arg1); Object retVal = getReturnData(); return (boolean)retVal; | ||
} | ||
|
||
} |
35 changes: 35 additions & 0 deletions
35
...netdroid/src/main/java/org/mases/netdroid/generated/android/app/OnNavigationListener.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/* | ||
* 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.1.0) | ||
*/ | ||
|
||
package org.mases.netdroid.generated.android.app; | ||
|
||
public final class OnNavigationListener extends org.mases.jcobridge.JCListener implements android.app.ActionBar.OnNavigationListener { | ||
public OnNavigationListener(String key) throws org.mases.jcobridge.JCNativeException { | ||
super(key); | ||
} | ||
|
||
//@Override | ||
public boolean onNavigationItemSelected(int arg0, long arg1) { | ||
raiseEvent("onNavigationItemSelected", arg0, arg1); Object retVal = getReturnData(); return (boolean)retVal; | ||
} | ||
|
||
} |
43 changes: 43 additions & 0 deletions
43
src/jvm/netdroid/src/main/java/org/mases/netdroid/generated/android/app/TabListener.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
/* | ||
* 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.1.0) | ||
*/ | ||
|
||
package org.mases.netdroid.generated.android.app; | ||
|
||
public final class TabListener extends org.mases.jcobridge.JCListener implements android.app.ActionBar.TabListener { | ||
public TabListener(String key) throws org.mases.jcobridge.JCNativeException { | ||
super(key); | ||
} | ||
|
||
//@Override | ||
public void onTabReselected(android.app.ActionBar.Tab arg0, android.app.FragmentTransaction arg1) { | ||
raiseEvent("onTabReselected", arg0, arg1); | ||
} | ||
//@Override | ||
public void onTabSelected(android.app.ActionBar.Tab arg0, android.app.FragmentTransaction arg1) { | ||
raiseEvent("onTabSelected", arg0, arg1); | ||
} | ||
//@Override | ||
public void onTabUnselected(android.app.ActionBar.Tab arg0, android.app.FragmentTransaction arg1) { | ||
raiseEvent("onTabUnselected", arg0, arg1); | ||
} | ||
|
||
} |
35 changes: 35 additions & 0 deletions
35
...id/src/main/java/org/mases/netdroid/generated/android/content/OnLoadCanceledListener.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/* | ||
* 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.1.0) | ||
*/ | ||
|
||
package org.mases.netdroid.generated.android.content; | ||
|
||
public final class OnLoadCanceledListener extends org.mases.jcobridge.JCListener implements android.content.Loader.OnLoadCanceledListener { | ||
public OnLoadCanceledListener(String key) throws org.mases.jcobridge.JCNativeException { | ||
super(key); | ||
} | ||
|
||
//@Override | ||
public void onLoadCanceled(android.content.Loader arg0) { | ||
raiseEvent("onLoadCanceled", arg0); | ||
} | ||
|
||
} |
35 changes: 35 additions & 0 deletions
35
...id/src/main/java/org/mases/netdroid/generated/android/content/OnLoadCompleteListener.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/* | ||
* 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.1.0) | ||
*/ | ||
|
||
package org.mases.netdroid.generated.android.content; | ||
|
||
public final class OnLoadCompleteListener extends org.mases.jcobridge.JCListener implements android.content.Loader.OnLoadCompleteListener { | ||
public OnLoadCompleteListener(String key) throws org.mases.jcobridge.JCNativeException { | ||
super(key); | ||
} | ||
|
||
//@Override | ||
public void onLoadComplete(android.content.Loader arg0, java.lang.Object arg1) { | ||
raiseEvent("onLoadComplete", arg0, arg1); | ||
} | ||
|
||
} |
35 changes: 35 additions & 0 deletions
35
src/jvm/netdroid/src/main/java/org/mases/netdroid/generated/android/drm/OnErrorListener.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/* | ||
* 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.1.0) | ||
*/ | ||
|
||
package org.mases.netdroid.generated.android.drm; | ||
|
||
public final class OnErrorListener extends org.mases.jcobridge.JCListener implements android.drm.DrmManagerClient.OnErrorListener { | ||
public OnErrorListener(String key) throws org.mases.jcobridge.JCNativeException { | ||
super(key); | ||
} | ||
|
||
//@Override | ||
public void onError(android.drm.DrmManagerClient arg0, android.drm.DrmErrorEvent arg1) { | ||
raiseEvent("onError", arg0, arg1); | ||
} | ||
|
||
} |
35 changes: 35 additions & 0 deletions
35
src/jvm/netdroid/src/main/java/org/mases/netdroid/generated/android/drm/OnEventListener.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/* | ||
* 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.1.0) | ||
*/ | ||
|
||
package org.mases.netdroid.generated.android.drm; | ||
|
||
public final class OnEventListener extends org.mases.jcobridge.JCListener implements android.drm.DrmManagerClient.OnEventListener { | ||
public OnEventListener(String key) throws org.mases.jcobridge.JCNativeException { | ||
super(key); | ||
} | ||
|
||
//@Override | ||
public void onEvent(android.drm.DrmManagerClient arg0, android.drm.DrmEvent arg1) { | ||
raiseEvent("onEvent", arg0, arg1); | ||
} | ||
|
||
} |
35 changes: 35 additions & 0 deletions
35
src/jvm/netdroid/src/main/java/org/mases/netdroid/generated/android/drm/OnInfoListener.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/* | ||
* 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.1.0) | ||
*/ | ||
|
||
package org.mases.netdroid.generated.android.drm; | ||
|
||
public final class OnInfoListener extends org.mases.jcobridge.JCListener implements android.drm.DrmManagerClient.OnInfoListener { | ||
public OnInfoListener(String key) throws org.mases.jcobridge.JCNativeException { | ||
super(key); | ||
} | ||
|
||
//@Override | ||
public void onInfo(android.drm.DrmManagerClient arg0, android.drm.DrmInfoEvent arg1) { | ||
raiseEvent("onInfo", arg0, arg1); | ||
} | ||
|
||
} |
Oops, something went wrong.