public interface BaseThread
BaseThread interface.
Modifier and Type | Method and Description |
---|---|
HabaneroActivity |
currentActivity() |
void |
currentActivity(HabaneroActivity activity) |
void |
stashActivity() |
void |
threadBlockedNotification(ForkJoinPool.ManagedBlocker managedBlocker) |
void |
threadUnblockedNotification() |
HabaneroActivity |
unstashActivity() |
void threadBlockedNotification(ForkJoinPool.ManagedBlocker managedBlocker)
void threadUnblockedNotification()
void currentActivity(HabaneroActivity activity)
HabaneroActivity currentActivity()
HabaneroActivity unstashActivity()
void stashActivity()
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.