//Import processing for each class, so it can store a reference to the app import processing.core.*; //Describes what all Balls should do. interface AttractionInterface { abstract void mouseAttract(); }