org.cjncreations.csi
Class PlayerEventProcessor

java.lang.Object
  extended by org.dimx.CustEventProcessor
      extended by org.cjncreations.csi.CSIEventProcessor
          extended by org.cjncreations.csi.PlayerEventProcessor
All Implemented Interfaces:
IEventProcessor

public class PlayerEventProcessor
extends CSIEventProcessor


Field Summary
 
Fields inherited from class org.cjncreations.csi.CSIEventProcessor
PROP_ASKED, PROP_CARDKIT, PROP_CLEARCHAT, PROP_CONGRATS, PROP_GOODED, PROP_HEARD, PROP_HELPLOOK, PROP_HELPPROMPT, PROP_ITEMPROMPT, PROP_KEY, PROP_KEYUSED, PROP_LOOKED, PROP_PLAYERKIT, PROP_PRAISED, PROP_REMINDER, PROP_ROOMCOUNT, PROP_ROOMLOOKED, PROP_ROOMPROMPT, PROP_ROOMSEARCHED, PROP_SAYPROMPT, PROP_TICK, PROP_TOLD
 
Fields inherited from class org.dimx.CustEventProcessor
_world
 
Constructor Summary
PlayerEventProcessor()
           
 
Method Summary
protected  boolean onLiving(boolean defaultResult, boolean mustExist)
           
 
Methods inherited from class org.cjncreations.csi.CSIEventProcessor
createSimpleContainer, createSimpleItem, csimsg, displayItems, execute, fireEvent_t, fireEvent, getCharactersIn, getItemsIn, getItemsOfType, getItemsOfType, getNamedCharacterIn, getPlayersIn, hilite, incrementProperty, kill, onClose, onConsoleCommand, onDie, onDropped, onEnter, onExit, onGive, onHear, onHide, onLock, onLook, onLoose, onLooseItem, onNew, onOpen, onPicked, onReceive, onReceiveItem, onRestore, onSave, onSaveInfo, onSearch, onSpeechFinish, onStart, onTick, onUnlock, onUse, onUseWith, processEvent, randMsg, resetTick, setEventAssets, setEventHandler, setWorld
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlayerEventProcessor

public PlayerEventProcessor()
Method Detail

onLiving

protected boolean onLiving(boolean defaultResult,
                           boolean mustExist)
                    throws DimxException
Overrides:
onLiving in class CSIEventProcessor
Parameters:
defaultResult -
mustExist -
Returns:
defaultResult or throws DimxException if mustExist is true.
Throws:
DimxException