unfinishedtrade
Member
- Joined
- Dec 6, 2024
- Posts
- 20
- Likes
- 7
public class MBO_Overlay extends Study implements DOMListener {}
is my statement for creating the class
then i use
@Override
public void update(DOM dom){
info("test");
}
But the update function never runs though DOM changes are always happening. Anyone have any examples of how to use DOM? I can't find anything
is my statement for creating the class
then i use
@Override
public void update(DOM dom){
info("test");
}
But the update function never runs though DOM changes are always happening. Anyone have any examples of how to use DOM? I can't find anything