ESP OpenBCI - An EEG Signal Processing Library for OpenBCI Hardware

com.github.mrstampy.esp.multiconnectionsocket
Class MessageEventFactory<MESSAGE>

java.lang.Object
  extended by com.github.mrstampy.esp.multiconnectionsocket.MessageEventFactory<MESSAGE>
Type Parameters:
MESSAGE - the generic type
All Implemented Interfaces:
com.lmax.disruptor.EventFactory<MessageEvent<MESSAGE>>

public class MessageEventFactory<MESSAGE>
extends java.lang.Object
implements com.lmax.disruptor.EventFactory<MessageEvent<MESSAGE>>

A factory for creating MessageEvent objects.


Constructor Summary
MessageEventFactory()
           
 
Method Summary
 MessageEvent<MESSAGE> newInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageEventFactory

public MessageEventFactory()
Method Detail

newInstance

public MessageEvent<MESSAGE> newInstance()
Specified by:
newInstance in interface com.lmax.disruptor.EventFactory<MessageEvent<MESSAGE>>

brought to you by Mr. Stampy