org.eclipse.corona.client.collaboration.event.services
Interface IFormatter

All Known Subinterfaces:
IEventFormatter

public interface IFormatter

An interface used to convert objects to a string form.

Author:
Marcin Okraszewski

Method Summary
 java.lang.String toString(java.lang.Object o)
          Converts an object to string.
 

Method Detail

toString

java.lang.String toString(java.lang.Object o)
Converts an object to string.


Copyright 2006 IBM Corporation and others.
All Rights Reserved.