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

Packages that use VergilEventHandler
org.starhope.vergil.logic   
org.starhope.vergil.net.smartFaux   
 

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
 

Uses of VergilEventHandler in org.starhope.vergil.net.smartFaux
 

Classes in org.starhope.vergil.net.smartFaux that implement VergilEventHandler
 class SmartFauxClient
          A nearly drop-in replacement for the basics of porting a SmartFox Server Pro client application to use Appius Claudius Caecus.