org.fourthline.cling.support.shared.log.impl
Class LogPresenter
java.lang.Object
org.fourthline.cling.support.shared.log.impl.LogPresenter
- All Implemented Interfaces:
- LogView.Presenter
@ApplicationScoped
public class LogPresenter
- extends Object
- implements LogView.Presenter
- Author:
- Christian Bauer
Method Summary |
void |
destroy()
|
void |
init()
|
void |
onExpand(org.seamless.swing.logging.LogMessage logMessage)
|
void |
pushMessage(org.seamless.swing.logging.LogMessage message)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
view
@Inject
protected LogView view
textExpandEvent
@Inject
protected javax.enterprise.event.Event<TextExpand> textExpandEvent
LogPresenter
public LogPresenter()
init
public void init()
- Specified by:
init
in interface LogView.Presenter
onExpand
public void onExpand(org.seamless.swing.logging.LogMessage logMessage)
- Specified by:
onExpand
in interface LogView.Presenter
destroy
@PreDestroy
public void destroy()
pushMessage
public void pushMessage(org.seamless.swing.logging.LogMessage message)
- Specified by:
pushMessage
in interface LogView.Presenter
Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.