Posts by Victor Turrisi • 136 points
1 post
-
2
votes1
answer205
viewsA: How do I call the intercept() method of an Intercept class, in another project method?
Correction You could pass as parameter of your constructor the instantiation of the class you want to run: public class Controller { private AcessarIntercept acessar; public…