001 package org.tynamo.conversations; 002 003 public interface ConversationAware { 004 public void onIdleCheck(); 005 }