final sclass PingSource { settable volatile Runnable action; run { action?.run(); } }