thread.startAddedTicketThread(this, ticket, interventionType, threadName);
}
@Override
public void notifyTicketOperation(Ticket ticket, TicketOperation operation, InterventionType interventionType) {
AlerterThread thread = new AlerterThread();
String threadName = WTT_MAIL_ALERTER_THREAD_NAME + ticket.getCode();
thread.startTicketOperationThread(this, ticket, operation, interventionType, threadName);
}