Class AudioExtension
Object
AbstractClientConnector
AbstractExtension
AudioExtension
- All Implemented Interfaces:
AudioExtensionServerRpc,MethodEventSource,ClientConnector,Extension,ServerRpc,Connector,Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface ClientConnector
ClientConnector.AttachEvent, ClientConnector.AttachListener, ClientConnector.ConnectorErrorEvent, ClientConnector.DetachEvent, ClientConnector.DetachListener -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AudioExtensionStategetState()booleanvoidnotifySupported(boolean supported) voidplay(Resource resource) Methods inherited from class AbstractExtension
extend, getParent, getSupportedParentType, remove, setParentMethods inherited from class AbstractClientConnector
addAttachListener, addDetachListener, addExtension, addListener, addListener, addListener, addListener, addListener, addListener, addMethodInvocationToQueue, attach, beforeClientResponse, createState, detach, encodeState, equals, fireEvent, getAllChildrenIterable, getConnectorId, getErrorHandler, getExtensions, getListeners, getResource, getRpcManager, getRpcProxy, getSession, getState, getStateType, getUI, handleConnectorRequest, hashCode, hasListeners, isAttached, isConnectorEnabled, isThis, markAsDirty, markAsDirtyRecursive, registerRpc, registerRpc, removeAttachListener, removeDetachListener, removeExtension, removeListener, removeListener, removeListener, removeListener, removeListener, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandler, setResource, updateDiffstateMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ClientConnector
addAttachListener, addDetachListener, attach, beforeClientResponse, detach, encodeState, getErrorHandler, getExtensions, getRpcManager, getStateType, getUI, handleConnectorRequest, isAttached, isConnectorEnabled, markAsDirty, markAsDirtyRecursive, removeAttachListener, removeDetachListener, removeExtension, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandlerMethods inherited from interface Connector
getConnectorId
-
Field Details
-
AUDIO_RESOURCE
- See Also:
-
supported
protected boolean supported
-
-
Constructor Details
-
AudioExtension
public AudioExtension(AbstractClientConnector component)
-
-
Method Details
-
notifySupported
public void notifySupported(boolean supported) - Specified by:
notifySupportedin interfaceAudioExtensionServerRpc
-
isSupported
public boolean isSupported() -
play
public void play(Resource resource) -
getState
- Overrides:
getStatein classAbstractClientConnector
-