Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InstanceCreate and InstanceRemove #6

Open
Kushma opened this issue Apr 14, 2023 · 0 comments
Open

InstanceCreate and InstanceRemove #6

Kushma opened this issue Apr 14, 2023 · 0 comments

Comments

@Kushma
Copy link

Kushma commented Apr 14, 2023

Hello,

I have referred the demo code "DemoObject.java" and I am trying to understand how instanceCreate and instanceRemove callbacks work. I am currently not getting a callback to either of these functions when I am trying to create or delete an object on the server.

The demo code only says:
@OverRide
public void instanceCreate(int iid) {
throw new UnsupportedOperationException();
}

Can you please help me understand why this is happening? And in case we want to debug what is the function in Anjay C that calls instanceCreate(int iid)/instanceRemove(int iid) in Java, can you please point out that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant