Package Array.layoutFX
Interface ArrayChangeListener
public interface ArrayChangeListener
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionvoid
arrayChanged
(int type, Object changedObject) Called whenever a hydrophone or streamer changes.
-
Field Details
-
STREAMER_CHANGE
static final int STREAMER_CHANGE- See Also:
-
HYDROPHONE_CHANGE
static final int HYDROPHONE_CHANGE- See Also:
-
-
Method Details
-
arrayChanged
Called whenever a hydrophone or streamer changes.- Parameters:
type
- - the type of change e.g. ArrayChangeListener.HYDROPHONE_CHANGEchangedObject
- - the changed object - hydrophone or streamer property.
-