Package toxi.util.datatypes

Examples of toxi.util.datatypes.TypedProperties


     * Optional server event listener
     */
    protected ServerListener listener;

    public UDPSyncServer() {
        config = new TypedProperties();
        setMaxReceivePacketSize(DEFAULT_RECEIVE_PACKET_SIZE);
    }
View Full Code Here

TOP

Related Classes of toxi.util.datatypes.TypedProperties

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.