Quick question.

Discussion in 'Plugin Development' started by Fl1pzta, Jul 3, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    Fl1pzta

    Is it safe to call another class from your Event listener class? Just curious if there's any issue there.
     
  2. Offline

    pkt

    Of course it's fine

    I wasn't being rude :p just simply stating..

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 3, 2016
  3. Offline

    Fl1pzta

    So if I had a class called Regions.class then I can use the methods I'd just add Regions region = new Regions();? Also, is it fine if multiple classes call that class, say for instance my main class file, which would then be calling Regions.class and the Listener.class?
     
Thread Status:
Not open for further replies.

Share This Page