com.threerings.presents.server
Class SunSignalHandler
java.lang.Object
com.threerings.presents.server.AbstractSignalHandler
com.threerings.presents.server.SunSignalHandler
public class SunSignalHandler
- extends AbstractSignalHandler
Handles signals using Sun's undocumented Signal class.
|
Method Summary |
protected boolean |
registerHandlers()
Signal handler implementations should wire themselves up in the call to this method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SunSignalHandler
public SunSignalHandler()
registerHandlers
protected boolean registerHandlers()
- Description copied from class:
AbstractSignalHandler
- Signal handler implementations should wire themselves up in the call to this method.
- Specified by:
registerHandlers in class AbstractSignalHandler
- Returns:
- true if the handlers were successfully wired up, false if they were not able to be
wired up.