Class AbstractPushController

java.lang.Object
java.lang.Thread
de.hybris.platform.core.threadregistry.RegistrableThread
de.hybris.platform.cockpit.session.impl.AbstractPushController
All Implemented Interfaces:
PushController, Runnable
Direct Known Subclasses:
CommentPushController, WorkflowPushController

public abstract class AbstractPushController extends RegistrableThread implements PushController
Class to be used as super class when implementing a standard Cockpit PushController.
See Also: