Class ObserverPopup.LongPollerObserver
java.lang.Object
org.eclnt.util.log.Observer
org.eclnt.jsfserver.defaultscreens.ObserverPopup.LongPollerObserver
- All Implemented Interfaces:
Serializable,IObserver
- Enclosing class:
- ObserverPopup
Object that is passed back to the application - the application
can add messages from its long running processing.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMessage(String message) voidvoidsetDelegate(IObserver delegate) The using application might add an additionIObserverinstance to which the methodsstart(Object),end(Object)andaddMessage(String)are delegated.voidMethods inherited from class org.eclnt.util.log.Observer
checkIfRunning, getText
-
Constructor Details
-
LongPollerObserver
public LongPollerObserver()
-
-
Method Details
-
setDelegate
The using application might add an additionIObserverinstance to which the methodsstart(Object),end(Object)andaddMessage(String)are delegated. -
getDelegate
-
start
-
end
-
addMessage
- Specified by:
addMessagein interfaceIObserver- Overrides:
addMessagein classObserver
-