How to add the class's implemented method to the interface? Permanently deleted user Created November 22, 2012 14:32 Hi!How to add some method of class to the interface of this class in refactoring mode?(Java)
Refactor > Pull members up
Oh, thx!
another trick is to add @Override annotation to your method and than invoke inspection (ALT+ ENTER) and choose either "extract interface" or "pull members up" or "pull method YOURMethod to YOURinterface"