266267268269270271272273
} } /** Arm the listener's processor. */ void arm () { ProcessorArmingCondition condition = new PostEventCondition(this, new long[] { mtgameEventID}); setArmingCondition(condition); }
665666667668669670671672673
} } // Clear the triggering events if (arg0.size() != 0) { PostEventCondition pec = (PostEventCondition)arg0.get(0); pec.getTriggerEvents(); } }