lp.setTriggerOccurred(false);
eventManager.enqueueEvent(lp);
if (conditions != null) {
for (int i = 0; i < conditions.length; ++i) {
if (conditions[i] instanceof InstrumentedTrigger) {
InstrumentedTrigger it = (InstrumentedTrigger)conditions[i];
List notifiers = it.getNotifiers(it);
for (Iterator n = notifiers.iterator(); n.hasNext(); ) {
Object thang = n.next();
((Notifier)thang).setTortugaNotifierExecutive(this);
}
}