jp.digitalmuseum.mr.message
インタフェース EventProvider

既知のサブインタフェースの一覧:
CoordProvider, Entity, EntityInformationProvider, HakoniwaEntity, HomographyCoordProvider, ImageProvider, LocationBasedTask, LocationProvider, MobileTask, PhysicalEntity, PhysicalRobot, ProxyRobot, Robot, ScreenLocationProvider, Service, Task
既知の実装クラスの一覧:
Action, AvoidCollision, Camera, Capture, CloneWheelsRobot, ControlNode, DrawPath, EndCleaning, EndPen, EntityImpl, FillPath, FillPathLoosely, Follow, FollowVectorField, Fork, GoBackward, GoForward, Hakoniwa, HakoniwaBox, HakoniwaCylinder, HakoniwaEntityAbstractImpl, HakoniwaRobot, HakoniwaRobotWithCleanerBrush, HakoniwaRobotWithPen, HomographyCoordProviderAbstractImpl, Join, LocationBasedTaskAbstractImpl, LocationProviderAbstractImpl, MarkerDetector, Matereal, MindstormsNXT, MindstormsNXTWithPen, Mini, MobileCleaningTask, MobilePenTask, MobileTaskAbstractImpl, Move, NetTansor, Node, Noopy, Noopy2, PhysicalBox, PhysicalCylinder, PhysicalEntityAbstractImpl, PhysicalRobotAbstractImpl, ProxyRobotAbstractImpl, Push, PutPen, RobotAbstractImpl, Roomba, Rotate, ScreenLocationProviderAbstractImpl, ServiceAbstractImpl, ServiceGroup, SpinLeft, SpinRight, StartCleaning, Stop, TaskAbstractImpl, TestService, TracePath, TracePathLoosely, VectorFieldTask, Workflow

public interface EventProvider
Interface implemented by classes providing Event to their listeners.
作成者:
Jun KATO
関連項目:
EventListener

メソッドの概要
 void addEventListener(EventListener listener)
          Add Event listener.
 boolean removeEventListener(EventListener listener)
          Remove Event listener.
 
メソッドの詳細

addEventListener

void addEventListener(EventListener listener)
Add Event listener.
パラメータ:
listener -
関連項目:
removeEventListener(EventListener)

removeEventListener

boolean removeEventListener(EventListener listener)
Remove Event listener.
パラメータ:
listener -
戻り値:
Returns true if succeeded.
関連項目:
addEventListener(EventListener)


Copyright by Jun KATO (arc@dmz) at https://mr.digitalmuseum.jp/