Example usage for org.apache.wicket.protocol.ws.api.message IWebSocketPushMessage interface-usage

List of usage examples for org.apache.wicket.protocol.ws.api.message IWebSocketPushMessage interface-usage

Introduction

In this page you can find the example usage for org.apache.wicket.protocol.ws.api.message IWebSocketPushMessage interface-usage.

Usage

From source file org.apache.openmeetings.db.util.ws.RoomMessage.java

public class RoomMessage implements IWebSocketPushMessage {
    private static final long serialVersionUID = 1L;

    public enum Type {
        roomEnter, roomExit, roomClosed, pollCreated, pollUpdated, recordingToggled, sharingToggled, rightUpdated, activityRemove, requestRightModerator, requestRightPresenter, requestRightWb, requestRightShare, requestRightRemote, requestRightA, requestRightAv, requestRightMuteOthers, haveQuestion, kick, mute, muteOthers, quickPollUpdated, kurentoStatus
    }

From source file org.efaps.ui.wicket.models.objects.UIUserSession.java

/**
 * TODO comment!
 *
 * @author The eFaps Team
 */
public class UIUserSession extends UIUser implements IWebSocketPushMessage {

From source file org.efaps.ui.wicket.models.PushMsg.java

/**
 * TODO comment!
 *
 * @author The eFaps Team
 * @version $Id$
 */