|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.starhope.vergil.logic.EventPlanner
public class EventPlanner
WRITEME: Document this type.
| Field Summary | |
|---|---|
private static Map<String,List<VergilEventHandler>> |
handlers
WRITEME: Document this brpocock@star-hope.org |
| Constructor Summary | |
|---|---|
EventPlanner()
|
|
| Method Summary | |
|---|---|
static void |
criticalEvent(String ident)
WRITEME: Document this method brpocock@star-hope.org |
static void |
criticalEvent(String ident,
Object... data)
WRITEME: Document this method brpocock@star-hope.org |
static void |
event(String ident)
WRITEME: Document this method brpocock@star-hope.org |
static void |
event(String ident,
Object... data)
WRITEME: Document this method brpocock@star-hope.org |
static void |
ignore(String ident,
VergilEventHandler handler)
WRITEME: Document this method brpocock@star-hope.org |
static void |
listen(String ident,
VergilEventHandler handler)
WRITEME: Document this method brpocock@star-hope.org |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final Map<String,List<VergilEventHandler>> handlers
| Constructor Detail |
|---|
public EventPlanner()
| Method Detail |
|---|
public static void criticalEvent(String ident)
throws EventNotPlannedException
ident - WRITEME
EventNotPlannedException - WRITEME
public static void criticalEvent(String ident,
Object... data)
throws EventNotPlannedException
ident - WRITEMEdata - WRITEME
EventNotPlannedException - WRITEMEpublic static void event(String ident)
ident - WRITEME
public static void event(String ident,
Object... data)
ident - WRITEMEdata - WRITEME
public static void ignore(String ident,
VergilEventHandler handler)
ident - WRITEMEhandler - WRITEME
public static void listen(String ident,
VergilEventHandler handler)
ident - WRITEMEhandler - WRITEME
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||