package org.syndicate_lang.actors; public interface IMonitorHandler { void handleMonitor(Actor exitingPeer, Object ref); }