MSFRedrawRequestListener
Objective-C
@interface MSFRedrawRequestListener : NSObject {
void *swigCPtr;
BOOL swigCMemOwn;
}
Swift
class MSFRedrawRequestListener : NSObject
An internal listener class for notifying about screen redraw requests.
-
Called when the screen needs to be redrawn.
Declaration
Objective-C
- (void)onRedrawRequested;Swift
func onRedrawRequested() -
Called when the screen needs to be redrawn.
Declaration
Objective-C
- (void)onRedrawRequestedSwigExplicitMSFRedrawRequestListener;Swift
func onRedrawRequestedSwigExplicitMSFRedrawRequestListener() -
Undocumented
Declaration
Objective-C
-(id)init;Swift
init!() -
Undocumented
Declaration
Objective-C
-(void)dealloc;Swift
func dealloc()