Interface InformationView


public interface InformationView
A marker interface denoting that a View is used only for displaying some sort of information on the screen. For example, a report output shown on the screen can be marked with this interface so that it won't block the execution of other logic when running the application on single-logic or abort-when-logic-switched mode.
Author:
Syam