Uses of Class
org.starhope.vergil.net.smartFaux.SmartFauxEvent

Packages that use SmartFauxEvent
org.starhope.vergil.net.smartFaux   
org.starhope.vergil.test   
 

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

Methods in org.starhope.vergil.net.smartFaux that return SmartFauxEvent
static SmartFauxEvent SmartFauxEvent.fromVergil(String identifier, Object... details)
          WRITEME: Document this method brpocock@star-hope.org
 

Methods in org.starhope.vergil.net.smartFaux with parameters of type SmartFauxEvent
 void SmartFauxEventListener.handleEvent(SmartFauxEvent event)
          WRITEME: Document this method brpocock@star-hope.org
 

Uses of SmartFauxEvent in org.starhope.vergil.test
 

Methods in org.starhope.vergil.test with parameters of type SmartFauxEvent
 void LoadClient.handleEvent(SmartFauxEvent event)