net.kwfgrid.gwes.uiproxy
Interface BufferFactory
- All Known Implementing Classes:
- DefaultBufferFactory
public interface BufferFactory
Interface for a buffer factory.
createBuffer
Buffer createBuffer(String type,
Properties props)
throws InstantiationException
- Create a NotificationBuffer.
- Parameters:
type - The type of the buffer.props - Properties that should be passed to the new buffer.
- Returns:
- The new buffer.
- Throws:
InstantiationException - If the buffer could not be created.
Copyright © 2005-2011 Fraunhofer FIRST. All Rights Reserved.