com.mindtree.techworks.insight.pagination
Interface IPage

All Known Implementing Classes:
FilePageImpl, PageImpl

public interface IPage

The IPage interface exposes the behaviour for adding and retrieving the LogEvents

Author:
antonypulicken

Method Summary
 void addLogEvent(LogEvent logEvent)
          Adds LogEvents to the Page
 java.util.List getLogEventList()
          Returns the list of LogEvents
 java.lang.String getPageNamespace()
          Returns the namespace of the page
 

Method Detail

addLogEvent

void addLogEvent(LogEvent logEvent)
Adds LogEvents to the Page

Parameters:
logEvent -

getLogEventList

java.util.List getLogEventList()
Returns the list of LogEvents

Returns:
List

getPageNamespace

java.lang.String getPageNamespace()
Returns the namespace of the page

Returns:
String


Copyright © 2003-2008 MindTree Consulting Ltd.. All Rights Reserved.