Пример #1
0
 /**
  * Update the display to use the updated timestamp format
  *
  * @param signal the incoming signal
  * @since 2.0
  */
 @TmfSignalHandler
 public void timestampFormatUpdated(TmfTimestampFormatUpdateSignal signal) {
   if (fEventsTable != null) {
     fEventsTable.refresh();
   }
 }