Package edu.wpi.grip.core.sockets
Class OutputSocketImpl.FactoryImpl
- java.lang.Object
-
- edu.wpi.grip.core.sockets.OutputSocketImpl.FactoryImpl
-
- All Implemented Interfaces:
OutputSocket.Factory
- Enclosing class:
- OutputSocketImpl<T>
public static class OutputSocketImpl.FactoryImpl extends java.lang.Object implements OutputSocket.Factory
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> OutputSocket<T>
create(SocketHint<T> hint)
-
-
-
Method Detail
-
create
public <T> OutputSocket<T> create(SocketHint<T> hint)
- Specified by:
create
in interfaceOutputSocket.Factory
-
-