SETOInteraction

/*

Author: 

2004, 2005, 2006

Till Bovermann 

Neuroinformatics Group 

Faculty of Technology 

Bielefeld University

Germany

*/


abstract class.


Interaction between SETObjects.

When deriving, reimplement method interaction.


*new(|a, b|)

creates an interaction. 

a,b have to be of type TUIObject.


update

update the interaction



e = e ? ();


e.objectA = SETObject.new(id: 0);

e.objectB = SETObject.new(id: 1);


e.interaction = SETOInteraction(e.objectA, e.objectB)

e.interaction.update


(

e = e ? ();


e.t = SETO_OSCServer("_ixya", nil, SETObject, SETOInteraction); // listen to all messages from anywhere

e.t.start;

e.t.inspect

)

e.t.stop