/* */ package NET.worlds.scape; /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ public class FrameSensor /* */ extends Sensor /* */ implements FrameHandler /* */ { /* */ public FrameSensor(Action a) /* */ { /* 25 */ if (a != null) { /* 26 */ addAction(a); /* */ } /* */ } /* */ /* */ /* */ public FrameSensor() {} /* */ /* */ /* */ public boolean handle(FrameEvent e) /* */ { /* 36 */ trigger(e); /* 37 */ return true; /* */ } /* */ } /* Location: C:\Program Files (x86)\Worlds Inc\WorldsPlayer - Win7\lib\worlds.jar!\NET\worlds\scape\FrameSensor.class * Java compiler version: 6 (50.0) * JD-Core Version: 0.7.1 */