My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package toxi.sim.dla;

import toxi.geom.Vec3D;

public class DLAEventAdapter implements DLAEventListener {

public void dlaAllSegmentsProcessed(DLA dla) {
}

public void dlaNewParticleAdded(DLA dla, Vec3D p) {
}

public void dlaSegmentSwitched(DLA dla, DLASegment s) {
}

}

Change log

r409 by toxmeister on Feb 13, 2010   Diff
extracted DLA user parameters into
DLAConfiguration class, added
DLAEventAdapter, minor updates to other
DLA classes and removing DLATest from
package
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 298 bytes, 16 lines
Powered by Google Project Hosting