org.topbraidcomposer.ui
Interface IRefreshableView

All Superinterfaces:
IRefreshableWorkbenchPart
All Known Implementing Classes:
InferencesExplanationsView

public interface IRefreshableView
extends IRefreshableWorkbenchPart

An interface for views to refresh with an input

Author:
Gokhan H. Soydan

Method Summary
 void refreshView(java.lang.Object input)
          Refreshes a view with an input
 
Methods inherited from interface org.topbraidcomposer.ui.IRefreshableWorkbenchPart
refreshWorkbenchPart
 

Method Detail

refreshView

void refreshView(java.lang.Object input)
Refreshes a view with an input

Parameters:
input -