org.starhope.vergil.logic
Interface VergilEventHandler

All Known Subinterfaces:
GameImplementor
All Known Implementing Classes:
SmartFauxClient

public interface VergilEventHandler

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Method Summary
 void acceptEvent(String identifier, Object... details)
          WRITEME: Document this method brpocock@star-hope.org
 

Method Detail

acceptEvent

void acceptEvent(String identifier,
                 Object... details)
                 throws EventNotHandledException
WRITEME: Document this method brpocock@star-hope.org

Parameters:
identifier - WRITEME
details - WRITEME
Throws:
EventNotHandledException - WRITEME