/* */ package NET.worlds.scape; /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ public class MouseExitEvent /* */ extends MousePositionEvent /* */ { /* */ public MouseExitEvent(int time, WObject target, int x, int y) /* */ { /* 18 */ super(time, target, x, y); /* */ } /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ public boolean deliver(Object o) /* */ { /* 30 */ if (((o instanceof MouseExitHandler)) && /* 31 */ (((MouseExitHandler)o).handle(this))) /* 32 */ return true; /* 33 */ return super.deliver(o); /* */ } /* */ } /* Location: C:\Program Files (x86)\Worlds Inc\WorldsPlayer - Win7\lib\worlds.jar!\NET\worlds\scape\MouseExitEvent.class * Java compiler version: 6 (50.0) * JD-Core Version: 0.7.1 */