266267268269270271272273
} } /** Arm the listener's processor. */ void arm () { ProcessorArmingCondition condition = new PostEventCondition(this, new long[] { mtgameEventID}); setArmingCondition(condition); }