/* * Copyright (C) 2015 Actor LLC. <https://actor.im> */ package im.actor.runtime.js.entity; public interface JsClosure { void callback(); }