org.eclipse.net4j.util.collection
Interface IHistoryElement<T>

All Known Implementing Classes:
HistoryElement

public interface IHistoryElement<T>


Method Summary
 T getData()
           
 IHistory<IHistoryElement<T>> getHistory()
           
 String getText()
           
 

Method Detail

getHistory

IHistory<IHistoryElement<T>> getHistory()

getData

T getData()

getText

String getText()


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.