NTRedrawRequestListener
@interface NTRedrawRequestListener : NSObject {
void *swigCPtr;
BOOL swigCMemOwn;
}
An internal listener class for notifying about screen redraw requests.
-
Called when the screen needs to be redrawn.
Declaration
Objective-C
- (void)onRedrawRequested; -
Called when the screen needs to be redrawn.
Declaration
Objective-C
- (void)onRedrawRequestedSwigExplicitNTRedrawRequestListener; -
Undocumented
Declaration
Objective-C
-(id)init; -
Undocumented
Declaration
Objective-C
-(void)dealloc;
View on GitHub
NTRedrawRequestListener Class Reference