Interface IStorageManager {
/* *
* Registers an IStorageEventListener for identifiers async notifications.
*/
Void registerListener (IStorageEventListener listener)=0;
}
Someone who knows this is a Java interface, this interface declares a what?
CodePudding user response:
The grammar is wrong, said what?
CodePudding user response: