common
Interface ChatIF

All Known Implementing Classes:
ClientConsole

public abstract interface ChatIF

This interface implements the abstract method used to display objects onto the client or server UIs.


Method Summary
 void display(java.lang.String message)
          Method that when overriden is used to display objects onto a UI.
 

Method Detail

display

public void display(java.lang.String message)
Method that when overriden is used to display objects onto a UI.