As long as you make sure to implement all the necesary methods (but I guess you already know that), you'll be fine.
Multiple "implements" is exactly the reason they have interfaces in Java, so you wouldn't need multiple inheritance (it's safer using interfaces).