com.illposed.osc
Interface OSCListener


public interface OSCListener

Interface for things that listen for incoming OSC Messages

Copyright (C) 2003-2006, C. Ramakrishnan / Illposed Software. All rights reserved.

See license.txt (or license.rtf) for license information.

Version:
1.0
Author:
Chandrasekhar Ramakrishnan

Method Summary
 void acceptMessage(java.util.Date time, OSCMessage message)
          Accept an incoming OSCMessage
 

Method Detail

acceptMessage

public void acceptMessage(java.util.Date time,
                          OSCMessage message)
Accept an incoming OSCMessage

Parameters:
time - The time this message is to be executed. null means execute now
message - The message to execute.