ESP OpenBCI - An EEG Signal Processing Library for OpenBCI Hardware

com.github.mrstampy.esp.openbci.subscription
Class OpenBCISubscriptionRequest

java.lang.Object
  extended by com.github.mrstampy.esp.openbci.subscription.OpenBCISubscriptionRequest
All Implemented Interfaces:
MultiConnectionSubscriptionRequest<OpenBCIEventType>, java.io.Serializable

public class OpenBCISubscriptionRequest
extends java.lang.Object
implements MultiConnectionSubscriptionRequest<OpenBCIEventType>

The Class OpenBCISubscriptionRequest.

See Also:
Serialized Form

Constructor Summary
OpenBCISubscriptionRequest()
           
 
Method Summary
 boolean containsEventType(OpenBCIEventType eventType)
          Contains event type.
 OpenBCIEventType[] getEventTypes()
          Gets the event types.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenBCISubscriptionRequest

public OpenBCISubscriptionRequest()
Method Detail

getEventTypes

public OpenBCIEventType[] getEventTypes()
Description copied from interface: MultiConnectionSubscriptionRequest
Gets the event types.

Specified by:
getEventTypes in interface MultiConnectionSubscriptionRequest<OpenBCIEventType>
Returns:
the event types

containsEventType

public boolean containsEventType(OpenBCIEventType eventType)
Description copied from interface: MultiConnectionSubscriptionRequest
Contains event type.

Specified by:
containsEventType in interface MultiConnectionSubscriptionRequest<OpenBCIEventType>
Parameters:
eventType - the event type
Returns:
true, if successful

brought to you by Mr. Stampy