Java Question how to write implemetaions in a wrapper or libraries?

Ju Yang

Active Member
Licensed User
Longtime User
in the library , I must implement some interface with this code:
public class newActivity extends Activity implements someEventHandler{
onReq(BaseReq req){ .....}
}
how I get the callback with the same name , so I can get the message send from the server?
 
Top