com.illposed.osc
Interface OSCListener

All Known Implementing Classes:
HardwareInputDispatcher, SerialIO, UdpInputDispatcher

public interface OSCListener

Author:
cramakrishnan Copyright (C) 2003, C. Ramakrishnan / Auracle All rights reserved. See license.txt (or license.rtf) for license information. Interface for things that listen for incoming OSC Messages

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

Method Detail

acceptMessage

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