org.fourthline.cling.support.shared.log
Interface LogView

All Superinterfaces:
View<LogView.Presenter>
All Known Implementing Classes:
LogViewImpl

public interface LogView
extends View<LogView.Presenter>

Author:
Christian Bauer

Nested Class Summary
static interface LogView.LogCategories
           
static interface LogView.Presenter
           
 
Method Summary
 void dispose()
           
 void pushMessage(org.seamless.swing.logging.LogMessage logMessage)
           
 
Methods inherited from interface org.fourthline.cling.support.shared.View
asUIComponent, setPresenter
 

Method Detail

pushMessage

void pushMessage(org.seamless.swing.logging.LogMessage logMessage)

dispose

void dispose()


Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.