*/
void connect(Source source) throws ConnectException;
+ /** Notifies the sink that a source has updated its metadata. */
+ void metadataUpdated();
+
}
}
}
+ @Override
+ public void metadataUpdated() {
+ /* ignore. */
+ }
+
//
// SUBCLASS METHODS
//
}
}
+ @Override
+ public void metadataUpdated() {
+ /* ignore. */
+ }
+
/**
* The connection feeds the input from the currently connected source to the
* input stream that {@link #get(int)} will get its data from.
}
}
+ @Override
+ public void metadataUpdated() {
+ /* ignore. */
+ }
+
}
}
}
+ @Override
+ public void metadataUpdated() {
+ /* ignore. */
+ }
+
}
}
}
+ @Override
+ public void metadataUpdated() {
+ /* ignore. */
+ }
+
}
}
}
+ @Override
+ public void metadataUpdated() {
+ }
+
//
// PRIVATE METHODS
//