Uses of Class
org.rspeer.event.EventDispatcher
-
Packages that use EventDispatcher Package Description jag.game org.rspeer.event org.rspeer.game -
-
Uses of EventDispatcher in jag.game
Methods in jag.game that return EventDispatcher Modifier and Type Method Description EventDispatcher
RSClient. getEventDispatcher()
Methods in jag.game with parameters of type EventDispatcher Modifier and Type Method Description void
RSClient. setEventDispatcher(EventDispatcher dispatcher)
-
Uses of EventDispatcher in org.rspeer.event
Methods in org.rspeer.event that return EventDispatcher Modifier and Type Method Description EventDispatcher
EventDispatcher.Factory. get()
static EventDispatcher
EventDispatcher.Factory. getDefault(String name)
-
Uses of EventDispatcher in org.rspeer.game
Methods in org.rspeer.game that return EventDispatcher Modifier and Type Method Description static EventDispatcher
Game. getEventDispatcher()
-