Uses of Interface
org.starhope.vergil.logic.VergilEventHandler

Packages that use VergilEventHandler
org.starhope.vergil.logic   
 

Uses of VergilEventHandler in org.starhope.vergil.logic
 

Subinterfaces of VergilEventHandler in org.starhope.vergil.logic
 interface GameImplementor
           
 

Fields in org.starhope.vergil.logic with type parameters of type VergilEventHandler
private static Map<String,List<VergilEventHandler>> EventPlanner.handlers
          WRITEME: Document this brpocock@star-hope.org
 

Methods in org.starhope.vergil.logic with parameters of type VergilEventHandler
static void EventPlanner.ignore(String ident, VergilEventHandler handler)
          WRITEME: Document this method brpocock@star-hope.org
static void EventPlanner.listen(String ident, VergilEventHandler handler)
          WRITEME: Document this method brpocock@star-hope.org