예제 #1
0
 /**
  * Get the last String sent
  *
  * @return The last String sent
  */
 public String getLastReceived() {
   return m_receiver.getLast();
 }