Package org.robovm.apple.uikit
Class UIPasteboard.Notifications
java.lang.Object
org.robovm.apple.uikit.UIPasteboard.Notifications
- Enclosing class:
- UIPasteboard
public static class UIPasteboard.Notifications extends Object
-
Constructor Summary
Constructors Constructor Description Notifications() -
Method Summary
Modifier and Type Method Description static NSObjectProtocolobserveChanged(UIPasteboard object, VoidBlock2<UIPasteboard,UIPasteboardChangedNotification> block)static NSObjectProtocolobserveRemoved(UIPasteboard object, VoidBlock1<UIPasteboard> block)
-
Constructor Details
-
Notifications
public Notifications()
-
-
Method Details
-
observeChanged
public static NSObjectProtocol observeChanged(UIPasteboard object, VoidBlock2<UIPasteboard,UIPasteboardChangedNotification> block) -
observeRemoved
-